From 22e17edaa7c24d254e572738420873813f47efb5 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Fri, 22 May 2015 12:35:32 -0500 Subject: [PATCH] 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 --- drivers/staging/greybus/greybus.h | 2 +- drivers/staging/greybus/{gpbridge.h => greybus_protocols.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/staging/greybus/{gpbridge.h => greybus_protocols.h} (100%) 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 -- 2.11.0