]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 4fa9b3f29e57870cc6553c363331d0f6b459c14b..41186b7bb2e451bf4d2faf0be0274a6aadfafa67 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 11f4e5529d9a8bb6c57ae98496181bd3a7588ed2..101b7116849189a29cd44935676497d2575fca6a 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"