From: Johan Hovold Date: Tue, 19 May 2015 09:22:42 +0000 (+0200) Subject: greybus: remove unused prototypes from header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d966820f2c28c621d4912a8277fa43a69242e8d5;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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);