summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-3.14/120-spiflash.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-12 06:52:14 +0000
committerJohn Crispin <john@openwrt.org>2014-09-12 06:52:14 +0000
commitbdc1357e7bb9cbc57243e7e51e3bb9dd87d9e6da (patch)
tree9b43f465c69c85a714705999d70958ba3b3bb2b1 /target/linux/atheros/patches-3.14/120-spiflash.patch
parent300021d6c428c3865c18cc8574cc7b8c50b8a299 (diff)
downloadmtk-20170518-bdc1357e7bb9cbc57243e7e51e3bb9dd87d9e6da.zip
mtk-20170518-bdc1357e7bb9cbc57243e7e51e3bb9dd87d9e6da.tar.gz
mtk-20170518-bdc1357e7bb9cbc57243e7e51e3bb9dd87d9e6da.tar.bz2
atheros: remove useless includes
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 42493
Diffstat (limited to 'target/linux/atheros/patches-3.14/120-spiflash.patch')
-rw-r--r--target/linux/atheros/patches-3.14/120-spiflash.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.14/120-spiflash.patch b/target/linux/atheros/patches-3.14/120-spiflash.patch
index 8dbab10..5fe86cb 100644
--- a/target/linux/atheros/patches-3.14/120-spiflash.patch
+++ b/target/linux/atheros/patches-3.14/120-spiflash.patch
@@ -23,7 +23,7 @@
--- /dev/null
+++ b/drivers/mtd/devices/ar2315.c
-@@ -0,0 +1,461 @@
+@@ -0,0 +1,459 @@
+
+/*
+ * MTD driver for the SPI Flash Memory support on Atheros AR2315
@@ -43,14 +43,12 @@
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/types.h>
-+#include <linux/version.h>
+#include <linux/errno.h>
+#include <linux/slab.h>
+#include <linux/mtd/mtd.h>
+#include <linux/mtd/partitions.h>
+#include <linux/platform_device.h>
+#include <linux/sched.h>
-+#include <linux/root_dev.h>
+#include <linux/delay.h>
+#include <linux/io.h>
+#include <linux/mutex.h>