greybus: bundle.h: add a private field to struct gb_bundle
authorGreg Kroah-Hartman <gregkh@google.com>
Fri, 16 Oct 2015 23:54:00 +0000 (16:54 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Oct 2015 19:09:10 +0000 (12:09 -0700)
commit6ea462a4fc21b523dc139fdb920524f066633a35
treeeaef593e9e5433b2b126dd961f9efa8cdb633f37
parent7e4c8d713539b608a11a38102a203a1a8acd345a
greybus: bundle.h: add a private field to struct gb_bundle

The gb_bundle structure needs a private field if we are going to be able
to replace the gb_connection device with this one for all use cases.

Ideally we could use the private pointer within the struct device, but
for now let's just try to mirror how people were using the gb_connection
structure to make the patches simpler, and the logic the same.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
drivers/staging/greybus/bundle.h