]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
I2C: TWL4030: Move all *_*.c to *-*.c
authorFelipe Balbi <felipe.balbi@nokia.com>
Thu, 27 Mar 2008 17:16:02 +0000 (19:16 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Mar 2008 07:45:40 +0000 (09:45 +0200)
Rename to use the name style.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/Makefile
drivers/i2c/chips/twl4030-core.c [moved from drivers/i2c/chips/twl4030_core.c with 100% similarity]
drivers/i2c/chips/twl4030-gpio.c [moved from drivers/i2c/chips/twl4030_gpio.c with 100% similarity]
drivers/i2c/chips/twl4030-poweroff.c [moved from drivers/i2c/chips/twl4030_poweroff.c with 100% similarity]
drivers/i2c/chips/twl4030-usb.c [moved from drivers/i2c/chips/twl4030_usb.c with 100% similarity]

index 939ef5ce8e327424e435abff47c02b50f500d837..255fbb1c037f47c501b6e927b83429b106240361 100644 (file)
@@ -22,10 +22,10 @@ obj-$(CONFIG_SENSORS_TLV320AIC23) += tlv320aic23.o
 obj-$(CONFIG_GPIOEXPANDER_OMAP)        += gpio_expander_omap.o
 obj-$(CONFIG_MENELAUS)         += menelaus.o
 obj-$(CONFIG_SENSORS_TSL2550)  += tsl2550.o
-obj-$(CONFIG_TWL4030_CORE)     += twl4030_core.o
-obj-$(CONFIG_TWL4030_GPIO)     += twl4030_gpio.o
-obj-$(CONFIG_TWL4030_USB)      += twl4030_usb.o
-obj-$(CONFIG_TWL4030_POWEROFF) += twl4030_poweroff.o
+obj-$(CONFIG_TWL4030_CORE)     += twl4030-core.o
+obj-$(CONFIG_TWL4030_GPIO)     += twl4030-gpio.o
+obj-$(CONFIG_TWL4030_USB)      += twl4030-usb.o
+obj-$(CONFIG_TWL4030_POWEROFF) += twl4030-poweroff.o
 obj-$(CONFIG_RTC_X1205_I2C)    += x1205.o
 
 ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)