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)
commit5357cf323110ee4a3f4a12870618eca28672c7b9
tree720634bcfef7037f5431f06ffdc63dd69f74c20a
parentf587027e793cf8947c7cc408a2167db2b8218b15
greybus: Remove "-gb" suffix from .c files

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]