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

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

index 1148e5e..ab0a1db 100644 (file)
@@ -25,7 +25,6 @@
 #include <linux/proc_fs.h>
 #include <linux/interrupt.h>
 
-#include <linux/version.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>
 #include <linux/stat.h>