aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/can
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 19:50:25 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 19:50:25 +0530
commit9d6aa4c7ece26652fcbfe37bd45679eac5f69347 (patch)
treeef95562b1ce504ef3d68b8d1550bc578d694a2a9 /include/linux/can
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 (diff)
downloadlinux-dev-9d6aa4c7ece26652fcbfe37bd45679eac5f69347.tar.xz
linux-dev-9d6aa4c7ece26652fcbfe37bd45679eac5f69347.zip
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>
Diffstat (limited to 'include/linux/can')
-rw-r--r--include/linux/can/bcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/can/bcm.h b/include/linux/can/bcm.h
index 7f293273c444..1432b278c52d 100644
--- a/include/linux/can/bcm.h
+++ b/include/linux/can/bcm.h
@@ -14,6 +14,8 @@
#ifndef CAN_BCM_H
#define CAN_BCM_H
+#include <linux/types.h>
+
/**
* struct bcm_msg_head - head of messages to/from the broadcast manager
* @opcode: opcode, see enum below.