From: Felipe Balbi Date: Thu, 27 Mar 2008 17:16:02 +0000 (+0200) Subject: I2C: TWL4030: Move all *_*.c to *-*.c X-Git-Tag: v2.6.25-omap1~104 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=22555169f6ca51f201af70ce3d6231a0f648f569;p=linux-2.6-omap-h63xx.git I2C: TWL4030: Move all *_*.c to *-*.c Rename to use the name style. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index 939ef5ce8e3..255fbb1c037 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile @@ -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) diff --git a/drivers/i2c/chips/twl4030_core.c b/drivers/i2c/chips/twl4030-core.c similarity index 100% rename from drivers/i2c/chips/twl4030_core.c rename to drivers/i2c/chips/twl4030-core.c diff --git a/drivers/i2c/chips/twl4030_gpio.c b/drivers/i2c/chips/twl4030-gpio.c similarity index 100% rename from drivers/i2c/chips/twl4030_gpio.c rename to drivers/i2c/chips/twl4030-gpio.c diff --git a/drivers/i2c/chips/twl4030_poweroff.c b/drivers/i2c/chips/twl4030-poweroff.c similarity index 100% rename from drivers/i2c/chips/twl4030_poweroff.c rename to drivers/i2c/chips/twl4030-poweroff.c diff --git a/drivers/i2c/chips/twl4030_usb.c b/drivers/i2c/chips/twl4030-usb.c similarity index 100% rename from drivers/i2c/chips/twl4030_usb.c rename to drivers/i2c/chips/twl4030-usb.c