greybus: rename es1-ap-usb.ko to gb-es1.ko

Use the "gb-" prefix for the ES1 Host controller driver.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Reviewed-by: Alex Elder <elder@linaro.org>
This commit is contained in:
Greg Kroah-Hartman 2015-01-14 17:08:02 -08:00
parent 347fedb70d
commit 60a7ad7cae
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ obj-m += greybus.o
obj-m += gb-phy.o
obj-m += gb-vibrator.o
obj-m += gb-battery.o
obj-m += es1-ap-usb.o
obj-m += gb-es1.o
KERNELVER ?= $(shell uname -r)
KERNELDIR ?= /lib/modules/$(KERNELVER)/build