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>
This commit is contained in:
parent
1cd9ba1477
commit
e50522209a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user