OSDN Git Service

greybus: bundle: rename interface.[c|h] to bundle.[c|h]
authorGreg Kroah-Hartman <greg@kroah.com>
Fri, 12 Dec 2014 22:10:16 +0000 (17:10 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Sat, 13 Dec 2014 18:35:33 +0000 (13:35 -0500)
We are renameing the "interface" term to "bundle" so rename the files
before we start changing structure names to make it easier for people to
see what really is happening in the changes.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Reviewed-by: Alex Elder <elder@linaro.org>
drivers/staging/greybus/Makefile
drivers/staging/greybus/bundle.c [moved from drivers/staging/greybus/interface.c with 100% similarity]
drivers/staging/greybus/bundle.h [moved from drivers/staging/greybus/interface.h with 100% similarity]
drivers/staging/greybus/greybus.h

index 29aa4d6..08cdaf1 100644 (file)
@@ -3,7 +3,7 @@ greybus-y :=    core.o          \
                ap.o            \
                manifest.o      \
                interface_block.o       \
-               interface.o     \
+               bundle.o        \
                connection.o    \
                protocol.o      \
                operation.o     \
index 8216c93..f243dd2 100644 (file)
@@ -25,7 +25,7 @@
 #include "greybus_manifest.h"
 #include "manifest.h"
 #include "interface_block.h"
-#include "interface.h"
+#include "bundle.h"
 #include "connection.h"
 #include "protocol.h"
 #include "operation.h"