OSDN Git Service

greybus: interface_block: rename module.[c|h] to interface_block.[c|h]
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 11 Dec 2014 22:10:55 +0000 (17:10 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 12 Dec 2014 00:53:59 +0000 (19:53 -0500)
"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>
drivers/staging/greybus/Makefile
drivers/staging/greybus/greybus.h
drivers/staging/greybus/interface_block.c [moved from drivers/staging/greybus/module.c with 100% similarity]
drivers/staging/greybus/interface_block.h [moved from drivers/staging/greybus/module.h with 100% similarity]

index 4fa9b3f..41186b7 100644 (file)
@@ -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      \
index 11f4e55..101b711 100644 (file)
@@ -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"