greybus: remove unused prototypes from header
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 19 May 2015 09:22:42 +0000 (11:22 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 21 May 2015 05:48:32 +0000 (22:48 -0700)
Remove a couple of unused function prototypes from the greybus header
file.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus.h

index 109727f..0a25d0c 100644 (file)
@@ -155,9 +155,6 @@ struct dentry *gb_debugfs_get(void);
 
 extern struct bus_type greybus_bus_type;
 
-int gb_uart_device_init(struct gb_connection *connection);
-void gb_uart_device_exit(struct gb_connection *connection);
-
 int svc_set_route_send(struct gb_bundle *bundle,
                               struct greybus_host_device *hd);