[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080817070816.1625.WEIYI.HUANG@gmail.com>
Date: Sun, 17 Aug 2008 07:51:08 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: rubini@...vis.unipv.it
Cc: linux-kernel@...r.kernel.org
Subject: [DRIVERS/MISC] removed unused #include <version.h>
The drivers below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/misc/eeprom_93cx6.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
diff --git a/drivers/misc/eeprom_93cx6.c b/drivers/misc/eeprom_93cx6.c
index ea55654..15b1780 100644
--- a/drivers/misc/eeprom_93cx6.c
+++ b/drivers/misc/eeprom_93cx6.c
@@ -26,7 +26,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/version.h>
#include <linux/delay.h>
#include <linux/eeprom_93cx6.h>
--
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