summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/manifest.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-11 17:10:56 -0500
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-11 19:53:59 -0500
commit4ec7b07915523aa19ec31ec7e07cb8d903d39526 (patch)
tree7ac4cd2ed956ea53ec8da46a592635f69457d79e /drivers/staging/greybus/manifest.h
parente50522209a2e86ffac2d8c9a99c0979914cff5dd (diff)
downloadop-kernel-dev-4ec7b07915523aa19ec31ec7e07cb8d903d39526.zip
op-kernel-dev-4ec7b07915523aa19ec31ec7e07cb8d903d39526.tar.gz
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>
Diffstat (limited to 'drivers/staging/greybus/manifest.h')
-rw-r--r--drivers/staging/greybus/manifest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/manifest.h b/drivers/staging/greybus/manifest.h
index a1fe2c12..7c82a45 100644
--- a/drivers/staging/greybus/manifest.h
+++ b/drivers/staging/greybus/manifest.h
@@ -9,7 +9,7 @@
#ifndef __MANIFEST_H
#define __MANIFEST_H
-struct gb_module;
-bool gb_manifest_parse(struct gb_module *gmod, void *data, size_t size);
+struct gb_interface_block;
+bool gb_manifest_parse(struct gb_interface_block *gb_ib, void *data, size_t size);
#endif /* __MANIFEST_H */
OpenPOWER on IntegriCloud