summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorBrian Norris2015-09-14 03:41:29 +0200
committerBrian Norris2015-09-14 03:41:29 +0200
commitdb66e32e0d2ae1f5070faa589aa460b75780ab47 (patch)
treefeafcfb8f6ae92fabcd4de7d83e839cc301530bc /drivers/mtd/devices
parentmtd: spi-nor: Zap unneeded write_enable from write_reg (diff)
parentLinux 4.3-rc1 (diff)
downloadkernel-qcow2-linux-db66e32e0d2ae1f5070faa589aa460b75780ab47.tar.gz
kernel-qcow2-linux-db66e32e0d2ae1f5070faa589aa460b75780ab47.tar.xz
kernel-qcow2-linux-db66e32e0d2ae1f5070faa589aa460b75780ab47.zip
Merge tag 'v4.3-rc1' into MTD -next development
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r--drivers/mtd/devices/slram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/slram.c b/drivers/mtd/devices/slram.c
index 2fc4957cbe7f..a70eb83e68f1 100644
--- a/drivers/mtd/devices/slram.c
+++ b/drivers/mtd/devices/slram.c
@@ -41,7 +41,7 @@
#include <linux/fs.h>
#include <linux/ioctl.h>
#include <linux/init.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include <linux/mtd/mtd.h>