summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/module.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-11-14 17:25:08 +0530
committerGreg Kroah-Hartman <greg@kroah.com>2014-11-14 13:49:04 -0800
commit2206ea9cf8c56a0b98db3498ae5b6642a995a0a8 (patch)
tree872cec37ee118b3ad506c2399dd005061f71dc9b /drivers/staging/greybus/module.h
parent676daaf45869e810dcbe97cf6996f7c8e2fb7d32 (diff)
greybus: interface: move gb_module_interface_init() to interface.c
That's where it belong to. Also rename it in a similar way to: gb_interface_create() and gb_interface_destroy(). Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/module.h')
-rw-r--r--drivers/staging/greybus/module.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/greybus/module.h b/drivers/staging/greybus/module.h
index 74ac4fdd3c83..9e5358bae00a 100644
--- a/drivers/staging/greybus/module.h
+++ b/drivers/staging/greybus/module.h
@@ -55,7 +55,4 @@ void gb_module_destroy(struct gb_module *module);
struct gb_module *gb_module_find(struct greybus_host_device *hd,
u8 module_id);
-int gb_module_interface_init(struct gb_module *gmod, u8 module_id,
- u8 device_id);
-
#endif /* __MODULE_H */