diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-21 11:43:16 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-21 11:43:16 +0000 |
commit | c9dbe7e21eb57ec1f84df1c08c89135af45c8a61 (patch) | |
tree | 885434b4e0a18751d6ee7412cb424ef5a0b29ffd /target/linux/generic/patches-3.9/865-gpiopwm.patch | |
parent | 6f07dcab9b0e0ba85463eb8bbf2eda84fd67f0dc (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.9/865-gpiopwm.patch')
-rw-r--r-- | target/linux/generic/patches-3.9/865-gpiopwm.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/generic/patches-3.9/865-gpiopwm.patch b/target/linux/generic/patches-3.9/865-gpiopwm.patch deleted file mode 100644 index f899d1a63a..0000000000 --- a/target/linux/generic/patches-3.9/865-gpiopwm.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/Kconfig -+++ b/drivers/Kconfig -@@ -62,6 +62,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 -@@ -13,6 +13,7 @@ obj-y += pinctrl/ - obj-y += gpio/ - obj-y += pwm/ - obj-$(CONFIG_PCI) += pci/ -+obj-$(CONFIG_GENERIC_PWM) += pwm/ - obj-$(CONFIG_PARISC) += parisc/ - obj-$(CONFIG_RAPIDIO) += rapidio/ - obj-y += video/ |