From cf5cd6958ace88eedf66938dc787e7deaa44669a Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 21 Jul 2013 11:43:16 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37490 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.3/865-gpiopwm.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/generic/patches-3.3/865-gpiopwm.patch (limited to 'target/linux/generic/patches-3.3') 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/ -- cgit v1.2.3