diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index e636fe01f033..e5cae29d5a32 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