projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccb3ea
)
net, sja1000: Don't include version.h in peak_pci.c when not needed
author
Jesper Juhl
<
[email protected]
>
Sun, 20 Nov 2011 11:07:09 +0000
(11:07 +0000)
committer
David S. Miller
<
[email protected]
>
Mon, 21 Nov 2011 21:43:53 +0000
(16:43 -0500)
It was pointed out by "make versioncheck" that we do not need to include
version.h in drivers/net/can/sja1000/peak_pci.c
This patch removes the unneeded include.
Signed-off-by: Jesper Juhl <
[email protected]
>
Acked-by: Marc Kleine-Budde <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/can/sja1000/peak_pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/can/sja1000/peak_pci.c
b/drivers/net/can/sja1000/peak_pci.c
index 905bce0b3a4328bdc59243481d2624c63f55b0e8..2c7f5036f570fd70d1078c1fabef3b7336d2d89e 100644
(file)
--- a/
drivers/net/can/sja1000/peak_pci.c
+++ b/
drivers/net/can/sja1000/peak_pci.c
@@
-20,7
+20,6
@@
*/
#include <linux/kernel.h>
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/netdevice.h>