From: Matt Porter Date: Wed, 12 Nov 2014 20:59:32 +0000 (-0500) Subject: greybus: remove unused gb_connection_handler externs X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1916 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=437caa8a0c2570b4d33c873b14f348ce39b657da;p=linux.git greybus: remove unused gb_connection_handler externs Remove some leftover cruft from recent refactoring of connection handlers. Signed-off-by: Matt Porter Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h index 296a6a280d34..d64c18146ee1 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -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);