]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
greybus: bundle: remove private data field
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 10 Feb 2016 11:31:03 +0000 (12:31 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 12 Feb 2016 05:46:03 +0000 (21:46 -0800)
commit8d46ec49819599d33ee5cffd43b19bf21f9472b8
tree52f34c0431251c48d49c4d94628aa6845c33ccb4
parent5ef545fb8c22ab605f764ea467859572797dbc09
greybus: bundle: remove private data field

Remove the private data field from the bundle structure as it is no
longer needed. Bundle drivers can use the driver data field in the
bundle device.

Update the only current user to use the connection private data until it
has been converted to a bundle driver.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/bundle.h
drivers/staging/greybus/loopback.c