greybus: remove cports and strings from gb_module
authorAlex Elder <elder@linaro.org>
Mon, 20 Oct 2014 15:27:58 +0000 (10:27 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 20 Oct 2014 22:28:23 +0000 (06:28 +0800)
commit6ff5e00a176878c218c2b27e4437e6af8f46a28c
tree018c52d66d81b7b10755e2a587199ce37f88264e
parent09c521dc0a98141ae3c1b431c967d90d46c372e8
greybus: remove cports and strings from gb_module

We no longer keep copies of strings found in the manifuest in
a module's strings array, so we can get rid of the strings array.
Similarly, the new manifest parsing code sets up connections for
each cport id advertised for a module, so the cport array is
no longer needed either.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/core.c
drivers/staging/greybus/module.h