]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: Remove "gb-" prefix from .c files
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 21 Jan 2015 10:40:41 +0000 (16:10 +0530)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 22 Jan 2015 03:27:20 +0000 (11:27 +0800)
commit98abb4146ed31f1ec97145ef808d864096d31c4b
treea37a74a175b28e69fa0ed4541a9afb31fb455007
parent5357cf323110ee4a3f4a12870618eca28672c7b9
greybus: Remove "gb-" prefix from .c files

Some files are still prefixed with "gb-" with the reasoning that the modules
would be named so, i.e.  gb-*.ko. But this can be done by playing a bit in
Makefile instead and keep uniform naming of .c files.

Lets try it.

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/battery.c [moved from drivers/staging/greybus/gb-battery.c with 100% similarity]
drivers/staging/greybus/es1.c [moved from drivers/staging/greybus/gb-es1.c with 100% similarity]
drivers/staging/greybus/es2.c [moved from drivers/staging/greybus/gb-es2.c with 100% similarity]
drivers/staging/greybus/vibrator.c [moved from drivers/staging/greybus/gb-vibrator.c with 100% similarity]