From f5db53b4c764ca4d1b1f1ca2bea5e276fc3befe1 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Wed, 20 May 2015 16:56:46 +0530 Subject: [PATCH] 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 --- drivers/staging/greybus/Makefile | 2 +- drivers/staging/greybus/{gpb.c => gpbridge.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/staging/greybus/{gpb.c => gpbridge.c} (100%) 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 -- 2.20.1