]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: remove unused gb_connection_handler externs
authorMatt Porter <mporter@linaro.org>
Wed, 12 Nov 2014 20:59:32 +0000 (15:59 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 14 Nov 2014 21:12:57 +0000 (13:12 -0800)
Remove some leftover cruft from recent refactoring of
connection handlers.

Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/greybus.h

index 296a6a280d3429c1eb8df82137b649eec7f1d559..d64c18146ee17b88441a3d666fbf9267b7d82204 100644 (file)
@@ -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);