]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: interface_block: s/gb_module/gb_interface_block/
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 11 Dec 2014 22:10:56 +0000 (17:10 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 12 Dec 2014 00:53:59 +0000 (19:53 -0500)
commit4ec7b07915523aa19ec31ec7e07cb8d903d39526
tree7ac4cd2ed956ea53ec8da46a592635f69457d79e
parente50522209a2e86ffac2d8c9a99c0979914cff5dd
greybus: interface_block: s/gb_module/gb_interface_block/

Rename struct gb_module to struct gb_interface_block

It's a complex rename, some functions got their name changed where
needed, but primarily this change is focused on the structure and where
it is used.  Future changes will clean up the remaining usages of the
term "module" in individual changes, this one spanned the whole
subsystem so do it all at once.

Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
12 files changed:
drivers/staging/greybus/ap.c
drivers/staging/greybus/battery-gb.c
drivers/staging/greybus/connection.c
drivers/staging/greybus/core.c
drivers/staging/greybus/greybus.h
drivers/staging/greybus/interface.c
drivers/staging/greybus/interface.h
drivers/staging/greybus/interface_block.c
drivers/staging/greybus/interface_block.h
drivers/staging/greybus/manifest.c
drivers/staging/greybus/manifest.h
drivers/staging/greybus/sysfs.c