summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-12 17:10:16 -0500
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-13 13:35:33 -0500
commit3bdec69931d889f2ee5dccafbc8cee6a364bb249 (patch)
tree3494f92a6d47e84893939d8b9f7c904da3bbcd2d
parenta46e96719dc9180e80fe0cb81f4cdd3757b1e9cd (diff)
greybus: bundle: rename interface.[c|h] to bundle.[c|h]
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>
-rw-r--r--drivers/staging/greybus/Makefile2
-rw-r--r--drivers/staging/greybus/bundle.c (renamed from drivers/staging/greybus/interface.c)0
-rw-r--r--drivers/staging/greybus/bundle.h (renamed from drivers/staging/greybus/interface.h)0
-rw-r--r--drivers/staging/greybus/greybus.h2
4 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 29aa4d665877..08cdaf1affb8 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -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 \
diff --git a/drivers/staging/greybus/interface.c b/drivers/staging/greybus/bundle.c
index 742781ceb135..742781ceb135 100644
--- a/drivers/staging/greybus/interface.c
+++ b/drivers/staging/greybus/bundle.c
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/bundle.h
index c0c66b851c5d..c0c66b851c5d 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/bundle.h
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 8216c9365503..f243dd2c1835 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -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"