Remove unneeded version.h include from drivers/staging/panel/panel.c
authorJesper Juhl <jj@chaosbits.net>
Thu, 23 Jun 2011 22:58:44 +0000 (00:58 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 17:39:39 +0000 (10:39 -0700)
It was pointed out by 'make versioncheck' that include of
linux/version.h is not needed in drivers/staging/panel/panel.c
This patch removes it.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/panel/panel.c

index 6885f9a46609e05a549ce5fc4a57662de855b4d4..b303b7e42b63de6044e7d588bd5ba88b78ef7b38 100644 (file)
@@ -51,7 +51,6 @@
 #include <linux/kernel.h>
 #include <linux/ctype.h>
 #include <linux/parport.h>
-#include <linux/version.h>
 #include <linux/list.h>
 #include <linux/notifier.h>
 #include <linux/reboot.h>