summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-18 13:40:48 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-18 13:40:48 +0000
commitcdb411af996a3620dc674e5314f3b499385a0650 (patch)
treefc03176ff0d31c934b0a2e41b9fff6b1683837fd /target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch
parent6cd2a38d9443178b42f390440413d91d5984a04c (diff)
remove 2.6.34 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch')
-rw-r--r--target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch b/target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch
deleted file mode 100644
index 0922d48f4..000000000
--- a/target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Patches from: Bill Gatliff <bgat@billgatliff.com>
-Based on:
-* Expunge old Atmel PWMC driver, replacing it with one that conforms to the PWM API
-* Incorporate PWM API code into KBuild
-Ignore the LEDS part atm
----
-
---- a/drivers/misc/Makefile
-+++ b/drivers/misc/Makefile
-@@ -5,7 +5,6 @@
- obj-$(CONFIG_IBM_ASM) += ibmasm/
- obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
- obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o
--obj-$(CONFIG_ATMEL_PWM) += atmel_pwm.o
- obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o
- obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o
- obj-$(CONFIG_ICS932S401) += ics932s401.o
---- a/drivers/Kconfig
-+++ b/drivers/Kconfig
-@@ -54,6 +54,8 @@ source "drivers/pps/Kconfig"
-
- source "drivers/gpio/Kconfig"
-
-+source "drivers/pwm/Kconfig"
-+
- source "drivers/w1/Kconfig"
-
- source "drivers/power/Kconfig"
---- a/drivers/Makefile
-+++ b/drivers/Makefile
-@@ -6,6 +6,8 @@
- #
-
- obj-y += gpio/
-+obj-$(CONFIG_GENERIC_PWM) += pwm/
-+
- obj-$(CONFIG_PCI) += pci/
- obj-$(CONFIG_PARISC) += parisc/
- obj-$(CONFIG_RAPIDIO) += rapidio/