greybus: rename battery-gb.c to gb-battery.c
Use the "gb" prefix for module names, not a suffix. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> Reviewed-by: Alex Elder <elder@linaro.org>
This commit is contained in:
parent
419a8cf181
commit
347fedb70d
@ -20,7 +20,7 @@ gb-phy-y := gpb.o \
|
||||
obj-m += greybus.o
|
||||
obj-m += gb-phy.o
|
||||
obj-m += gb-vibrator.o
|
||||
obj-m += battery-gb.o
|
||||
obj-m += gb-battery.o
|
||||
obj-m += es1-ap-usb.o
|
||||
|
||||
KERNELVER ?= $(shell uname -r)
|
||||
|
Loading…
Reference in New Issue
Block a user