From bb69f192ca190fef51f956c9f6af552d236ae9d8 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Fri, 24 Jun 2011 00:43:10 +0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/headers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/bcm/headers.h b/drivers/staging/bcm/headers.h index 1148e5e22eb9..ab0a1db2bb38 100644 --- a/drivers/staging/bcm/headers.h +++ b/drivers/staging/bcm/headers.h @@ -25,7 +25,6 @@ #include #include -#include #include #include #include -- 2.20.1