]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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 29aa4d665877895fed70d521234033601b3c4617..08cdaf1affb8dfb4c50e0793abf3295ac8895a3e 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 8216c9365503e275a466f59fe247371fcec45d66..f243dd2c183550a1b03de818106ad51ad05c517b 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"