From: Viresh Kumar Date: Wed, 20 May 2015 11:26:46 +0000 (+0530) Subject: greybus: gpbridge: rename gpb.c to gpbridge.c X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1530 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f5db53b4c764ca4d1b1f1ca2bea5e276fc3befe1;p=users%2Fjedix%2Flinux-maple.git greybus: gpbridge: rename gpb.c to gpbridge.c That's what followed for .h, etc.. Rename for better consistency. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index e636fe01f0330..e5cae29d5a323 100644 --- a/drivers/staging/greybus/Makefile +++ b/drivers/staging/greybus/Makefile @@ -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 \ diff --git a/drivers/staging/greybus/gpb.c b/drivers/staging/greybus/gpbridge.c similarity index 100% rename from drivers/staging/greybus/gpb.c rename to drivers/staging/greybus/gpbridge.c