diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-03-15 10:04:37 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-02 22:06:33 +0200 |
commit | a245ccebb4aad9fae60597d5cbad158c0de4483e (patch) | |
tree | 99f2cecbbacfb6c06d803b4e5e0e5cba16bf5d2d /arch/arm/mach-vt8500/Makefile | |
parent | 215c29d3d0e925189ade522d1ea6052a320d7692 (diff) |
ARM vt8500: Move vt8500 pwm driver to pwm framework
Move the driver to drivers/pwm/ and convert it to use the framework.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Alexey Charkov <alchark@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'arch/arm/mach-vt8500/Makefile')
-rw-r--r-- | arch/arm/mach-vt8500/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-vt8500/Makefile b/arch/arm/mach-vt8500/Makefile index 81aedb7c893c..8df9e4abab6d 100644 --- a/arch/arm/mach-vt8500/Makefile +++ b/arch/arm/mach-vt8500/Makefile @@ -5,5 +5,3 @@ obj-$(CONFIG_VTWM_VERSION_WM8505) += devices-wm8505.o obj-$(CONFIG_MACH_BV07) += bv07.o obj-$(CONFIG_MACH_WM8505_7IN_NETBOOK) += wm8505_7in.o - -obj-$(CONFIG_HAVE_PWM) += pwm.o |