Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dffc8d66 authored by Huang Weiyi's avatar Huang Weiyi Committed by David Woodhouse
Browse files

[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: default avatarHuang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 17c1d2be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>