projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c7df74
)
greybus: svc: drop copy-pasted function header
author
Johan Hovold
<johan@hovoldconsulting.com>
Tue, 22 Dec 2015 16:55:52 +0000
(17:55 +0100)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Tue, 22 Dec 2015 20:59:02 +0000
(12:59 -0800)
Drop function header that was copied but never updated or removed when
adding gb_svc_link_config.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/svc.c
b/drivers/staging/greybus/svc.c
index ff865b3b4825eefa7899a6397bc65b18e81a950b..24b6cdf2c4405b655bd86ce82a730c78e58c24af 100644
(file)
--- 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)