projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5740bb5
)
headers, can: Add missing #include to <linux/can/bcm.h>
author
Ben Hutchings
<ben@decadent.org.uk>
Wed, 24 Aug 2011 18:46:06 +0000
(18:46 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Aug 2011 16:02:51 +0000
(12:02 -0400)
<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>
include/linux/can/bcm.h
patch
|
blob
|
history
diff --git
a/include/linux/can/bcm.h
b/include/linux/can/bcm.h
index
1432b27
..
e96154d
100644
(file)
--- 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