greybus: connection: simplify connection-creation interface
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 21 Jan 2016 16:34:14 +0000 (17:34 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 22 Jan 2016 06:45:09 +0000 (22:45 -0800)
commit8cff6c6473db471d7da9dd6dfbfcebdc4d617aa8
treecae85363a114e7952273f792033186b604d41ff7
parente4c16f8b034047096187a9a9b49035ff5dbc8478
greybus: connection: simplify connection-creation interface

Simplify the exported generic interface for creating dynamic
connections.

Since all driver connections will have a bundle we can drop the
redundant interface parameter.

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