Commit 437caa8a authored by Matt Porter's avatar Matt Porter Committed by Greg Kroah-Hartman

greybus: remove unused gb_connection_handler externs

Remove some leftover cruft from recent refactoring of
connection handlers.
Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent c3cf2785
......@@ -252,12 +252,6 @@ void gb_gbuf_exit(void);
extern struct bus_type greybus_bus_type;
extern const struct attribute_group *greybus_module_groups[];
extern struct gb_connection_handler gb_i2c_connection_handler;
extern struct gb_connection_handler gb_gpio_connection_handler;
extern struct gb_connection_handler gb_battery_connection_handler;
extern struct gb_connection_handler gb_uart_connection_handler;
extern struct gb_connection_handler gb_sdio_connection_handler;
int gb_uart_device_init(struct gb_connection *connection);
void gb_uart_device_exit(struct gb_connection *connection);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment