summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/manifest.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2014-12-19 23:56:31 +0100
committerGreg Kroah-Hartman2014-12-20 00:35:44 +0100
commit4ab9b3c24b009fdc55465977153c5deffd31b0c0 (patch)
treef09ab0b4fa144eca8edb1aa1ef19acf7d15715a1 /drivers/staging/greybus/manifest.h
parentgreybus: rename interface_block.[c|h] -> interface.[c|h] (diff)
downloadkernel-qcow2-linux-4ab9b3c24b009fdc55465977153c5deffd31b0c0.tar.gz
kernel-qcow2-linux-4ab9b3c24b009fdc55465977153c5deffd31b0c0.tar.xz
kernel-qcow2-linux-4ab9b3c24b009fdc55465977153c5deffd31b0c0.zip
greybus: interface: s/gb_interface_block/gb_interface/g
Rename struct gb_interface_block to struct gb_interface Lots of renaming, and variable renames as well (gb_ib->intf), but all should be sane with regards to the new naming scheme we are using. 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 a8316a0399f9..90fb62df8063 100644
--- a/drivers/staging/greybus/manifest.h
+++ b/drivers/staging/greybus/manifest.h
@@ -10,7 +10,7 @@
#ifndef __MANIFEST_H
#define __MANIFEST_H
-struct gb_interface_block;
-bool gb_manifest_parse(struct gb_interface_block *gb_ib, void *data, size_t size);
+struct gb_interface;
+bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
#endif /* __MANIFEST_H */