summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorHuang Weiyi2008-08-23 07:56:21 +0200
committerDavid Woodhouse2008-08-25 13:20:53 +0200
commitdffc8d66544563fe00f176f230d5d8a5b45847bb (patch)
treeb57c347da906b04204c34b488468d2df7176e780 /drivers/mtd
parent[MTD] [NAND] Fix missing kernel-doc (diff)
downloadkernel-qcow2-linux-dffc8d66544563fe00f176f230d5d8a5b45847bb.tar.gz
kernel-qcow2-linux-dffc8d66544563fe00f176f230d5d8a5b45847bb.tar.xz
kernel-qcow2-linux-dffc8d66544563fe00f176f230d5d8a5b45847bb.zip
[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@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/au1550nd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/au1550nd.c b/drivers/mtd/nand/au1550nd.c
index 761946ea45b1..92c334ff4508 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>