pwm: use coherent naming to avoid conflicts

SVN-Revision: 22142
master
Claudio Mignanti 14 years ago
parent 88eb1b7ad0
commit 86f3d57a00
  1. 2
      target/linux/generic/files/drivers/pwm/Makefile
  2. 0
      target/linux/generic/files/drivers/pwm/gpio-pwm.c

@ -3,4 +3,4 @@
#
obj-y := pwm.o
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
obj-$(CONFIG_GPIO_PWM) += gpio.o
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o

Loading…
Cancel
Save