diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-01 22:28:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-07-01 22:28:22 +0000 |
commit | b917b09b91753920eefdfb7c4a59b6c70a84ea59 (patch) | |
tree | 30edba8a340d95eca7f994c1501ec1033848af0b /target/linux/generic/patches-2.6.34/890-generic_pwm_api.patch | |
parent | 7484ad4108583bf6408ce2d5f23a1b018399f23c (diff) | |
download | mtk-20170518-b917b09b91753920eefdfb7c4a59b6c70a84ea59.zip mtk-20170518-b917b09b91753920eefdfb7c4a59b6c70a84ea59.tar.gz mtk-20170518-b917b09b91753920eefdfb7c4a59b6c70a84ea59.tar.bz2 |
refresh 2.6.34 patches
SVN-Revision: 22042
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.patch | 7 |
1 files changed, 0 insertions, 7 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 index 6c58e53..0922d48 100644 --- 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 @@ -5,8 +5,6 @@ Based on: Ignore the LEDS part atm --- -diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile -index 049ff24..b94666c 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -5,7 +5,6 @@ @@ -17,8 +15,6 @@ index 049ff24..b94666c 100644 obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o obj-$(CONFIG_ICS932S401) += ics932s401.o -diff --git a/drivers/Kconfig b/drivers/Kconfig -index 368ae6d..54d7b16 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -54,6 +54,8 @@ source "drivers/pps/Kconfig" @@ -30,8 +26,6 @@ index 368ae6d..54d7b16 100644 source "drivers/w1/Kconfig" source "drivers/power/Kconfig" -diff --git a/drivers/Makefile b/drivers/Makefile -index 6ee53c7..e6143f3 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -6,6 +6,8 @@ @@ -43,4 +37,3 @@ index 6ee53c7..e6143f3 100644 obj-$(CONFIG_PCI) += pci/ obj-$(CONFIG_PARISC) += parisc/ obj-$(CONFIG_RAPIDIO) += rapidio/ -diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig |