Commit 55fe9771 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

viohs: extern on function definition

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b0a5ab93
...@@ -702,7 +702,7 @@ u32 vio_send_sid(struct vio_driver_state *vio) ...@@ -702,7 +702,7 @@ u32 vio_send_sid(struct vio_driver_state *vio)
} }
EXPORT_SYMBOL(vio_send_sid); EXPORT_SYMBOL(vio_send_sid);
extern int vio_ldc_alloc(struct vio_driver_state *vio, int vio_ldc_alloc(struct vio_driver_state *vio,
struct ldc_channel_config *base_cfg, struct ldc_channel_config *base_cfg,
void *event_arg) void *event_arg)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment