summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4fa9b3f29e57..41186b7bb2e4 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 11f4e5529d9a..101b71168491 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 c424a5ac25e7..c424a5ac25e7 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 2fdca57398d2..2fdca57398d2 100644
--- a/drivers/staging/greybus/module.h
+++ b/drivers/staging/greybus/interface_block.h