mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user