Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: linux/atmbr2684.h

fix the following 'make headers_check' warning:

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

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

+1
+1
include/linux/atmbr2684.h
··· 1 1 #ifndef _LINUX_ATMBR2684_H 2 2 #define _LINUX_ATMBR2684_H 3 3 4 + #include <linux/types.h> 4 5 #include <linux/atm.h> 5 6 #include <linux/if.h> /* For IFNAMSIZ */ 6 7