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

headers_check fix: can/bcm.h

fix the following 'make headers_check' warning:

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

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

+2
+2
include/linux/can/bcm.h
··· 14 14 #ifndef CAN_BCM_H 15 15 #define CAN_BCM_H 16 16 17 + #include <linux/types.h> 18 + 17 19 /** 18 20 * struct bcm_msg_head - head of messages to/from the broadcast manager 19 21 * @opcode: opcode, see enum below.