summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-19 14:56:36 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-19 15:37:50 -0800
commit1cd56a80969d7c5cfc74d847c6f81cc2ab8dc829 (patch)
treea9b37a5e5515f11cf97785b3bc065108d837118f /drivers/staging/greybus/interface.h
parent13e6aacf60ad6791268238b989a081edfe47e7d2 (diff)
greybus: greybus_host_device: rename modules -> interfaces
This is really a list of interfaces, not modules, so rename it so that we don't get confused when we really do add modules to the whole system later on. Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/interface.h')
-rw-r--r--drivers/staging/greybus/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 70dad49ec00b..5dd2c20dc286 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -15,7 +15,7 @@ struct gb_interface {
struct device dev;
struct list_head bundles;
- struct list_head links; /* greybus_host_device->modules */
+ struct list_head links; /* greybus_host_device->interfaces */
u8 module_id; /* Physical location within the Endo */
/* Information taken from the manifest module descriptor */