summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-11 22:10:55 (GMT)
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-12 00:53:59 (GMT)
commite50522209a2e86ffac2d8c9a99c0979914cff5dd (patch)
treea12bcdfafaad4dce61f2bcbb611d25206c4b9a94
parent1cd9ba1477f25e9137403162092452f176dd30b4 (diff)
downloadlinux-e50522209a2e86ffac2d8c9a99c0979914cff5dd.tar.xz
greybus: interface_block: rename module.[c|h] to interface_block.[c|h]
"modules" in the driver model here, are really "interface blocks" as that is what they are physically tied to. So rename the files before we start changing the code to make it obvious what is going on. Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-rw-r--r--drivers/staging/greybus/Makefile2
-rw-r--r--drivers/staging/greybus/greybus.h2
-rw-r--r--drivers/staging/greybus/interface_block.c (renamed from drivers/staging/greybus/module.c)0
-rw-r--r--drivers/staging/greybus/interface_block.h (renamed from drivers/staging/greybus/module.h)0
4 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 4fa9b3f..41186b7 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -3,7 +3,7 @@ greybus-y := core.o \
debugfs.o \
ap.o \
manifest.o \
- module.o \
+ interface_block.o \
interface.o \
connection.o \
protocol.o \
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 11f4e55..101b711 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -23,7 +23,7 @@
#include "greybus_id.h"
#include "greybus_manifest.h"
#include "manifest.h"
-#include "module.h"
+#include "interface_block.h"
#include "interface.h"
#include "connection.h"
#include "protocol.h"
diff --git a/drivers/staging/greybus/module.c b/drivers/staging/greybus/interface_block.c
index c424a5a..c424a5a 100644
--- a/drivers/staging/greybus/module.c
+++ b/drivers/staging/greybus/interface_block.c
diff --git a/drivers/staging/greybus/module.h b/drivers/staging/greybus/interface_block.h
index 2fdca57..2fdca57 100644
--- a/drivers/staging/greybus/module.h
+++ b/drivers/staging/greybus/interface_block.h