summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/protocol.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2015-11-04 20:46:14 -0800
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-05 18:00:29 -0800
commitc9e9de26f912bc0e5bca6a5168e7d5d427d2b2ee (patch)
tree96d206a3f42b6af0b5b42370116287b2052aca5f /drivers/staging/greybus/protocol.h
parenta52028626accc2ae26c9ce03ec7bba68146b8456 (diff)
greybus: hid: hid should not be part of the bridged-phy driver.
HID is a stand-alone greybus protocol, not part of the bridged-phy protocols, so make it a stand-alone kernel module. Note, some hard-coded android init script might need to be changed to load the gb-hid.ko kernel module now. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/staging/greybus/protocol.h')
-rw-r--r--drivers/staging/greybus/protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/greybus/protocol.h b/drivers/staging/greybus/protocol.h
index ad9f543206a6..b1d122c61c44 100644
--- a/drivers/staging/greybus/protocol.h
+++ b/drivers/staging/greybus/protocol.h
@@ -82,9 +82,6 @@ extern void gb_i2c_protocol_exit(void);
extern int gb_spi_protocol_init(void);
extern void gb_spi_protocol_exit(void);
-extern int gb_hid_protocol_init(void);
-extern void gb_hid_protocol_exit(void);
-
/* __protocol: Pointer to struct gb_protocol */
#define gb_protocol_driver(__protocol) \
static int __init protocol_init(void) \