netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net, sja1000: Don't include version.h in peak_pci.c when not needed
@ 2011-11-20 21:07 Jesper Juhl
  2011-11-21  9:51 ` Marc Kleine-Budde
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2011-11-20 21:07 UTC (permalink / raw)
  To: linux-can, netdev
  Cc: linux-kernel, Marc Kleine-Budde, David S. Miller,
	Wolfgang Grandegger

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>
---
 drivers/net/can/sja1000/peak_pci.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

 note: patch is compile tested only.

diff --git a/drivers/net/can/sja1000/peak_pci.c b/drivers/net/can/sja1000/peak_pci.c
index 905bce0..2c7f503 100644
--- 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>
-- 
1.7.7.3


-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-21 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20 21:07 [PATCH] net, sja1000: Don't include version.h in peak_pci.c when not needed Jesper Juhl
2011-11-21  9:51 ` Marc Kleine-Budde
2011-11-21 21:44   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).