[MTD] [NAND] au1550nd.c: remove unused #include <version.h>
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Aug 25 07:59:01 EDT 2008
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=dffc8d66544563fe00f176f230d5d8a5b45847bb
Commit: dffc8d66544563fe00f176f230d5d8a5b45847bb
Parent: 17c1d2be28e485c0c8b09661db39d5bf2605069d
Author: Huang Weiyi <weiyi.huang at gmail.com>
AuthorDate: Sat Aug 23 13:56:21 2008 +0800
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Aug 25 12:20:53 2008 +0100
[MTD] [NAND] au1550nd.c: remove unused #include <version.h>
It doesn't use LINUX_VERSION_CODE nor KERNEL_VERSION.
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
drivers/mtd/nand/au1550nd.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/au1550nd.c b/drivers/mtd/nand/au1550nd.c
index 761946e..92c334f 100644
--- a/drivers/mtd/nand/au1550nd.c
+++ b/drivers/mtd/nand/au1550nd.c
@@ -16,7 +16,6 @@
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
-#include <linux/version.h>
#include <asm/io.h>
#include <asm/mach-au1x00/au1xxx.h>
More information about the linux-mtd-cvs
mailing list