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:
Greg Kroah-Hartman 2014-12-11 17:10:55 -05:00
parent 1cd9ba1477
commit e50522209a
4 changed files with 2 additions and 2 deletions

View 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 \

View 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"