From: Johan Hovold Date: Tue, 19 May 2015 09:22:42 +0000 (+0200) Subject: greybus: remove unused prototypes from header X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1526 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d966820f2c28c621d4912a8277fa43a69242e8d5;p=karo-tx-linux.git greybus: remove unused prototypes from header Remove a couple of unused function prototypes from the greybus header file. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h index 109727f9f7c2..0a25d0c45e37 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -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);