diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-31 08:29:24 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-10-05 20:56:41 +0200 |
commit | 79c11b6fa0b225ac165e79e821d50e70f563645f (patch) | |
tree | 05a7b6a2a87f05780b2a12a2e821c44336d73e75 /arch/unicore32/kernel/Makefile | |
parent | 5384e27317016bd30aa7a7a7513f76ce7caa3b09 (diff) | |
download | talos-obmc-linux-79c11b6fa0b225ac165e79e821d50e70f563645f.tar.gz talos-obmc-linux-79c11b6fa0b225ac165e79e821d50e70f563645f.zip |
pwm: Move PUV3 PWM driver to PWM framework
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Qin Rui <qinrui@mprc.pku.edu.cn>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'arch/unicore32/kernel/Makefile')
-rw-r--r-- | arch/unicore32/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/Makefile b/arch/unicore32/kernel/Makefile index 324010156958..fa497e0efe5a 100644 --- a/arch/unicore32/kernel/Makefile +++ b/arch/unicore32/kernel/Makefile @@ -16,7 +16,6 @@ obj-$(CONFIG_UNICORE_FPU_F64) += fpu-ucf64.o obj-$(CONFIG_ARCH_PUV3) += clock.o irq.o time.o obj-$(CONFIG_PUV3_GPIO) += gpio.o -obj-$(CONFIG_PUV3_PWM) += pwm.o obj-$(CONFIG_PUV3_PM) += pm.o sleep.o obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o |