Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Huang Weiyi and committed by
David Woodhouse
dffc8d66 17c1d2be

-1
-1
drivers/mtd/nand/au1550nd.c
··· 16 16 #include <linux/mtd/mtd.h> 17 17 #include <linux/mtd/nand.h> 18 18 #include <linux/mtd/partitions.h> 19 - #include <linux/version.h> 20 19 #include <asm/io.h> 21 20 22 21 #include <asm/mach-au1x00/au1xxx.h>