| | Date | Fri, 24 Jun 2011 00:43:10 +0200 (CEST) | | From | Jesper Juhl <> | | Subject | [PATCH 22/37] Remove unneeded version.h include from drivers/staging/bcm/headers.h |
| |
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> --- drivers/staging/bcm/headers.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/bcm/headers.h b/drivers/staging/bcm/headers.h index 1148e5e..ab0a1db 100644 --- a/drivers/staging/bcm/headers.h +++ b/drivers/staging/bcm/headers.h @@ -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> -- 1.7.5.2
-- 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.
|