greybus: interface_block: rename module.[c|h] to interface_block.[c|h]
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 11 Dec 2014 22:10:55 +0000 (17:10 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 12 Dec 2014 00:53:59 +0000 (19:53 -0500)
commite50522209a2e86ffac2d8c9a99c0979914cff5dd
treea12bcdfafaad4dce61f2bcbb611d25206c4b9a94
parent1cd9ba1477f25e9137403162092452f176dd30b4
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>
drivers/staging/greybus/Makefile
drivers/staging/greybus/greybus.h
drivers/staging/greybus/interface_block.c [moved from drivers/staging/greybus/module.c with 100% similarity]
drivers/staging/greybus/interface_block.h [moved from drivers/staging/greybus/module.h with 100% similarity]