diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-08-23 13:56:21 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-08-25 12:20:53 +0100 |
commit | dffc8d66544563fe00f176f230d5d8a5b45847bb (patch) | |
tree | b57c347da906b04204c34b488468d2df7176e780 | |
parent | 17c1d2be28e485c0c8b09661db39d5bf2605069d (diff) |
[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>
-rw-r--r-- | 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 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> |