Skip to content

Commit

Permalink
[MTD] [NAND] au1550nd.c: remove unused #include <version.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huang Weiyi authored and David Woodhouse committed Aug 25, 2008
1 parent 17c1d2b commit dffc8d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mtd/nand/au1550nd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dffc8d6

Please sign in to comment.