greybus: rename "gpbridge.h"
authorAlex Elder <elder@linaro.org>
Fri, 22 May 2015 17:35:32 +0000 (12:35 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Sat, 23 May 2015 23:34:50 +0000 (16:34 -0700)
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 <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus.h
drivers/staging/greybus/greybus_protocols.h [moved from drivers/staging/greybus/gpbridge.h with 100% similarity]

index c58f123..4920458 100644 (file)
@@ -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"