summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.3
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-21 11:43:16 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-21 11:43:16 +0000
commitc9dbe7e21eb57ec1f84df1c08c89135af45c8a61 (patch)
tree885434b4e0a18751d6ee7412cb424ef5a0b29ffd /target/linux/generic/patches-3.3
parent6f07dcab9b0e0ba85463eb8bbf2eda84fd67f0dc (diff)
kernel: Remove gpio-pwm patches
There is no platform using the gpio-pwm driver, yet these patches break the generic PWM framework that is in upstream. So just remove them. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3')
-rw-r--r--target/linux/generic/patches-3.3/865-gpiopwm.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/generic/patches-3.3/865-gpiopwm.patch b/target/linux/generic/patches-3.3/865-gpiopwm.patch
deleted file mode 100644
index 015f14ab31..0000000000
--- a/target/linux/generic/patches-3.3/865-gpiopwm.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/Kconfig
-+++ b/drivers/Kconfig
-@@ -60,6 +60,8 @@ source "drivers/pinctrl/Kconfig"
-
- source "drivers/gpio/Kconfig"
-
-+source "drivers/pwm/Kconfig"
-+
- source "drivers/w1/Kconfig"
-
- source "drivers/power/Kconfig"
---- a/drivers/Makefile
-+++ b/drivers/Makefile
-@@ -8,6 +8,7 @@
- # GPIO must come after pinctrl as gpios may need to mux pins etc
- obj-y += pinctrl/
- obj-y += gpio/
-+obj-$(CONFIG_GENERIC_PWM) += pwm/
- obj-$(CONFIG_PCI) += pci/
- obj-$(CONFIG_PARISC) += parisc/
- obj-$(CONFIG_RAPIDIO) += rapidio/