[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1106240100290.17688@swampdragon.chaosbits.net>
Date: Fri, 24 Jun 2011 01:01:50 +0200 (CEST)
From: Jesper Juhl <jj@...osbits.net>
To: LKML <linux-kernel@...r.kernel.org>
cc: trivial@...nel.org, Greg Kroah-Hartman <gregkh@...e.de>,
William Hubbs <w.d.hubbs@...il.com>,
Ilia Mirkin <imirkin@...m.mit.edu>,
Christopher Brannon <chris@...-brannons.com>,
Vasiliy Kulikov <segooon@...il.com>,
Samuel Thibault <samuel.thibault@...-lyon.org>,
devel@...verdev.osuosl.org
Subject: [PATCH 32/37] Remove unneeded version.h includes from
drivers/staging/speakup/
It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/staging/speakup/.
This patch removes them.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
drivers/staging/speakup/main.c | 1 -
drivers/staging/speakup/speakup.h | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/speakup/main.c b/drivers/staging/speakup/main.c
index 42fcf7e..8be5604 100644
--- a/drivers/staging/speakup/main.c
+++ b/drivers/staging/speakup/main.c
@@ -23,7 +23,6 @@
*/
#include <linux/kernel.h>
-#include <linux/version.h>
#include <linux/vt.h>
#include <linux/tty.h>
#include <linux/mm.h> /* __get_free_page() and friends */
diff --git a/drivers/staging/speakup/speakup.h b/drivers/staging/speakup/speakup.h
index 46edabe..412b879 100644
--- a/drivers/staging/speakup/speakup.h
+++ b/drivers/staging/speakup/speakup.h
@@ -1,6 +1,5 @@
#ifndef _SPEAKUP_H
#define _SPEAKUP_H
-#include <linux/version.h>
#include "spk_types.h"
#include "i18n.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