From: Johan Hovold Date: Tue, 22 Dec 2015 16:55:52 +0000 (+0100) Subject: greybus: svc: drop copy-pasted function header X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~902 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61a748a30d883996c80cc2a4cda9b1e056c75c1b;p=karo-tx-linux.git greybus: svc: drop copy-pasted function header Drop function header that was copied but never updated or removed when adding gb_svc_link_config. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/svc.c b/drivers/staging/greybus/svc.c index ff865b3b4825..24b6cdf2c440 100644 --- a/drivers/staging/greybus/svc.c +++ b/drivers/staging/greybus/svc.c @@ -270,7 +270,6 @@ static void gb_svc_route_destroy(struct gb_svc *svc, u8 intf1_id, u8 intf2_id) } } -/* Creates bi-directional routes between the devices */ int gb_svc_link_config(struct gb_svc *svc, u8 intf_id, unsigned int burst, unsigned int gear, unsigned int nlanes, unsigned int flags)