Commit 960066a919f1db57817df6d02e72b01542f1deed

Authored by Jaswinder Singh Rajput
1 parent 9fa91d99bf

headers_check fix: linux/cdrom.h

fix the following 'make headers_check' warning:

  usr/include/linux/cdrom.h:155: 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 1 additions and 0 deletions Side-by-side Diff

include/linux/cdrom.h
... ... @@ -11,6 +11,7 @@
11 11 #ifndef _LINUX_CDROM_H
12 12 #define _LINUX_CDROM_H
13 13  
  14 +#include <linux/types.h>
14 15 #include <asm/byteorder.h>
15 16  
16 17 /*******************************************************