diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-31 05:46:24 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-20 06:52:03 -0400 |
commit | 6173f8f4ed9c2bd4184908e35f46755a0d14b0f2 (patch) | |
tree | c86da04699fc6145ba5ac385fdff721efd1f4737 /drivers/misc/Makefile | |
parent | 0bcf168b024871c64eb5df157739efd2ae9b0bdf (diff) |
pwm: Move AB8500 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>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arun Murthy <arun.murthy@stericsson.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index b88df7a350b8..2129377c0de6 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
@@ -44,7 +44,6 @@ obj-$(CONFIG_VMWARE_BALLOON) += vmw_balloon.o | |||
44 | obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o | 44 | obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o |
45 | obj-$(CONFIG_PCH_PHUB) += pch_phub.o | 45 | obj-$(CONFIG_PCH_PHUB) += pch_phub.o |
46 | obj-y += ti-st/ | 46 | obj-y += ti-st/ |
47 | obj-$(CONFIG_AB8500_PWM) += ab8500-pwm.o | ||
48 | obj-y += lis3lv02d/ | 47 | obj-y += lis3lv02d/ |
49 | obj-y += carma/ | 48 | obj-y += carma/ |
50 | obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o | 49 | obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o |