]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: Remove "-gb" suffix from .c files
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 21 Jan 2015 10:40:40 +0000 (16:10 +0530)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 22 Jan 2015 03:27:20 +0000 (11:27 +0800)
Some files are prefixed with "gb-" and some are suffixed with "-gb". The
rationale behind the first one is that the modules would be named so, i.e.
gb-*.ko. But there is no reason to keep the "-gb" suffix in the second case.

Remove the unnecessary suffix.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/Makefile
drivers/staging/greybus/gpio.c [moved from drivers/staging/greybus/gpio-gb.c with 100% similarity]
drivers/staging/greybus/i2c.c [moved from drivers/staging/greybus/i2c-gb.c with 100% similarity]
drivers/staging/greybus/pwm.c [moved from drivers/staging/greybus/pwm-gb.c with 100% similarity]
drivers/staging/greybus/sdio.c [moved from drivers/staging/greybus/sdio-gb.c with 100% similarity]
drivers/staging/greybus/uart.c [moved from drivers/staging/greybus/uart-gb.c with 100% similarity]
drivers/staging/greybus/usb.c [moved from drivers/staging/greybus/usb-gb.c with 100% similarity]

index a5d5470974bac1c5e979094bb5a0f3edca5ea74c..55b4a37c58fbb5b5924e29ebfa7ea75001adeb39 100644 (file)
@@ -10,12 +10,12 @@ greybus-y :=        core.o          \
                operation.o
 
 gb-phy-y :=    gpb.o           \
-               sdio-gb.o       \
-               uart-gb.o       \
-               pwm-gb.o        \
-               gpio-gb.o       \
-               i2c-gb.o        \
-               usb-gb.o
+               sdio.o  \
+               uart.o  \
+               pwm.o   \
+               gpio.o  \
+               i2c.o   \
+               usb.o
 
 obj-m += greybus.o
 obj-m += gb-phy.o