Commit df9c04ed3ff455aa5cb7c4bcddf4544fe54cfa33

Authored by Jaswinder Singh Rajput
1 parent d6d20f5484

headers_check fix: linux/irda.h

fix the following 'make headers_check' warning:

  usr/include/linux/irda.h:127: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/irda.h
... ... @@ -25,6 +25,8 @@
25 25 #ifndef KERNEL_IRDA_H
26 26 #define KERNEL_IRDA_H
27 27  
  28 +#include <linux/types.h>
  29 +
28 30 /* Please do *not* add any #include in this file, this file is
29 31 * included as-is in user space.
30 32 * Please fix the calling file to properly included needed files before