OSDN Git Service

net, sja1000: Don't include version.h in peak_pci.c when not needed
authorJesper Juhl <jj@chaosbits.net>
Sun, 20 Nov 2011 11:07:09 +0000 (11:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
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 <jj@chaosbits.net>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/sja1000/peak_pci.c

index 905bce0..2c7f503 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/interrupt.h>
 #include <linux/netdevice.h>