summaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/patches-3.14/350-oxnas-reset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/oxnas/patches-3.14/350-oxnas-reset.patch')
-rw-r--r--target/linux/oxnas/patches-3.14/350-oxnas-reset.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/oxnas/patches-3.14/350-oxnas-reset.patch b/target/linux/oxnas/patches-3.14/350-oxnas-reset.patch
deleted file mode 100644
index 8878868d4d..0000000000
--- a/target/linux/oxnas/patches-3.14/350-oxnas-reset.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/drivers/reset/Kconfig
-+++ b/drivers/reset/Kconfig
-@@ -11,3 +11,7 @@ menuconfig RESET_CONTROLLER
- via GPIOs or SoC-internal reset controller modules.
-
- If unsure, say no.
-+
-+config RESET_CONTROLLER_OXNAS
-+ bool
-+ select RESET_CONTROLLER
---- a/drivers/reset/Makefile
-+++ b/drivers/reset/Makefile
-@@ -1,2 +1,3 @@
- obj-$(CONFIG_RESET_CONTROLLER) += core.o
-+obj-$(CONFIG_RESET_CONTROLLER_OXNAS) += reset-ox820.o
- obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o