summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/protocol.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-24 13:01:44 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2015-01-02 13:05:42 -0800
commit2c07817e72450e6fab7b49c3cbb35799bc418880 (patch)
tree36b565aa9920feabd04e35b7cd3eca9cb873118b /drivers/staging/greybus/protocol.h
parente1308c1fb675878ace7a489c50b2ae52c598d294 (diff)
greybus: i2c-gb: move i2c protocol into the gpbridge driver
The i2c protocol belongs in the gpbridge driver, so move it there. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> Reviewed-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'drivers/staging/greybus/protocol.h')
-rw-r--r--drivers/staging/greybus/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/greybus/protocol.h b/drivers/staging/greybus/protocol.h
index 1f6fd74a946f..2d4fcfac8052 100644
--- a/drivers/staging/greybus/protocol.h
+++ b/drivers/staging/greybus/protocol.h
@@ -66,6 +66,9 @@ extern void gb_sdio_protocol_exit(void);
extern int gb_usb_protocol_init(void);
extern void gb_usb_protocol_exit(void);
+extern int gb_i2c_protocol_init(void);
+extern void gb_i2c_protocol_exit(void);
+
#define gb_protocol_driver(__protocol) \
static int __init protocol_init(void) \
{ \