From: Alex Elder Date: Fri, 22 May 2015 17:35:32 +0000 (-0500) Subject: greybus: rename "gpbridge.h" X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1521^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=22e17edaa7c24d254e572738420873813f47efb5;p=karo-tx-linux.git greybus: rename "gpbridge.h" The file "gpbridge.h" is now used as a single place to define all protocol message structures. These protocols are not necessarily related to the GP bridge, so the name of the file is misleading. Rename it "greybus_protocols.h". Signed-off-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h index c58f12312d75..4920458d65d0 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -23,7 +23,7 @@ #include "kernel_ver.h" #include "greybus_id.h" #include "greybus_manifest.h" -#include "gpbridge.h" +#include "greybus_protocols.h" #include "manifest.h" #include "endo.h" #include "module.h" diff --git a/drivers/staging/greybus/gpbridge.h b/drivers/staging/greybus/greybus_protocols.h similarity index 100% rename from drivers/staging/greybus/gpbridge.h rename to drivers/staging/greybus/greybus_protocols.h