diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2011-08-24 18:46:06 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-26 12:02:51 -0400 |
commit | 767df1c7174406127d3619c2f7a862655b34074f (patch) | |
tree | e4b83805286bd2f8677ee29353a87adfbe56c1db /include/linux/can | |
parent | 5740bb569303a1272cf082a652c020e980e4781b (diff) | |
download | op-kernel-dev-767df1c7174406127d3619c2f7a862655b34074f.zip op-kernel-dev-767df1c7174406127d3619c2f7a862655b34074f.tar.gz |
headers, can: Add missing #include to <linux/can/bcm.h>
<linux/can/bcm.h> uses type canid_t, defined in <linux/can.h>.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/can')
-rw-r--r-- | include/linux/can/bcm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/can/bcm.h b/include/linux/can/bcm.h index 1432b27..e96154d 100644 --- a/include/linux/can/bcm.h +++ b/include/linux/can/bcm.h @@ -15,6 +15,7 @@ #define CAN_BCM_H #include <linux/types.h> +#include <linux/can.h> /** * struct bcm_msg_head - head of messages to/from the broadcast manager |