Commit e5052220 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 1cd9ba14
......@@ -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 \
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment