greybus: gpbridge: rename gpb.c to gpbridge.c

That's what followed for .h, etc.. Rename for better consistency.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Viresh Kumar 2015-05-20 16:56:46 +05:30 committed by Greg Kroah-Hartman
parent 8ba2522fa8
commit f5db53b4c7
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ greybus-y := core.o \
protocol.o \
operation.o
gb-phy-y := gpb.o \
gb-phy-y := gpbridge.o \
sdio.o \
uart.o \
pwm.o \