From d966820f2c28c621d4912a8277fa43a69242e8d5 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Tue, 19 May 2015 11:22:42 +0200 Subject: [PATCH] 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 --- drivers/staging/greybus/greybus.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.39.5