[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1106240042110.17688@swampdragon.chaosbits.net>
Date: Fri, 24 Jun 2011 00:43:10 +0200 (CEST)
From: Jesper Juhl <jj@...osbits.net>
To: LKML <linux-kernel@...r.kernel.org>
cc: trivial@...nel.org, devel@...verdev.osuosl.org,
Greg Kroah-Hartman <gregkh@...e.de>,
Stephen Hemminger <shemminger@...tta.com>,
Dan Carpenter <error27@...il.com>
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@...osbits.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@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists