Commit a4b9a098 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: gpbridge: Rename gb-phy.ko module

Rename gb-phy.ko module as gb-gpbridge.ko.

Tested on EVT 1.5 by inserting GP test module, all the devices were
enumerated correctly.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent ea7c4777
......@@ -14,7 +14,7 @@ greybus-y := core.o \
operation.o \
legacy.o
gb-phy-y := gpbridge.o
gb-gpbridge-y := gpbridge.o
# Prefix all modules with gb-
gb-vibrator-y := vibrator.o
......@@ -42,7 +42,7 @@ gb-i2c-y := i2c.o
gb-usb-y := usb.o
obj-m += greybus.o
obj-m += gb-phy.o
obj-m += gb-gpbridge.o
obj-m += gb-vibrator.o
obj-m += gb-power-supply.o
obj-m += gb-loopback.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment