summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/gbphy.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-05-30 11:31:53 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-31 22:02:58 -0700
commit64060fe95458f22bac7327b2ee8dc5ce9e488d44 (patch)
treeb17a641e46226ed8a4635963964ccae6f609938e /drivers/staging/greybus/gbphy.h
parent5e569115e9b9d4af631589b9d9cc5227a660b008 (diff)
downloadop-kernel-dev-64060fe95458f22bac7327b2ee8dc5ce9e488d44.zip
op-kernel-dev-64060fe95458f22bac7327b2ee8dc5ce9e488d44.tar.gz
greybus: gbphy: Remove protocol specific version handling
We should be using the generic version handling at bundle level, instead of at protocol level for bridged PHY devices as well. The bundle version handling is already in place, though it is *not* used today as we haven't bumped the version of control protocol yet. Remove protocol specific handling for bridged PHY devices. Tested on EVT 1.5 with gpbridge-test module. No nuttx changes are required with this. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/gbphy.h')
-rw-r--r--drivers/staging/greybus/gbphy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/gbphy.h b/drivers/staging/greybus/gbphy.h
index 79dbf7e..68ad518 100644
--- a/drivers/staging/greybus/gbphy.h
+++ b/drivers/staging/greybus/gbphy.h
@@ -46,7 +46,6 @@ struct gbphy_driver {
};
#define to_gbphy_driver(d) container_of(d, struct gbphy_driver, driver)
-int gb_gbphy_get_version(struct gb_connection *connection);
int gb_gbphy_register_driver(struct gbphy_driver *driver,
struct module *owner, const char *mod_name);
void gb_gbphy_deregister_driver(struct gbphy_driver *driver);
OpenPOWER on IntegriCloud