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

headers_check fix: linux/if_tr.h

fix the following 'make headers_check' warning:

usr/include/linux/if_tr.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_tr.h
··· 19 19 #ifndef _LINUX_IF_TR_H 20 20 #define _LINUX_IF_TR_H 21 21 22 + #include <linux/types.h> 22 23 #include <asm/byteorder.h> /* For __be16 */ 23 24 24 25 /* IEEE 802.5 Token-Ring magic constants. The frame sizes omit the preamble