aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.14/120-spiflash.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-12 06:52:14 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-12 06:52:14 +0000
commit2113b49116b0f57e3dad1f746ffe984e215a55c0 (patch)
treee61fcad2bda4b75faea9d6f2e7e344ccc1d25a54 /target/linux/atheros/patches-3.14/120-spiflash.patch
parente66c3b8925e244b4d68ab2d1190a78ce60691d7c (diff)
downloadupstream-2113b49116b0f57e3dad1f746ffe984e215a55c0.tar.gz
upstream-2113b49116b0f57e3dad1f746ffe984e215a55c0.tar.bz2
upstream-2113b49116b0f57e3dad1f746ffe984e215a55c0.zip
atheros: remove useless includes
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42493 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8dbab1052b..5fe86cbc0b 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>