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

headers_check fix: linux/if_fc.h

fix the following 'make headers_check' warning:

usr/include/linux/if_fc.h:37: 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/if_fc.h
··· 20 20 #ifndef _LINUX_IF_FC_H 21 21 #define _LINUX_IF_FC_H 22 22 23 + #include <linux/types.h> 23 24 24 25 #define FC_ALEN 6 /* Octets in one ethernet addr */ 25 26 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))