Commit 62b748c1 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] fix warning in synclink.c

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4d6ff21e
......@@ -4525,7 +4525,7 @@ static int mgsl_init_tty(void)
/* enumerate user specified ISA adapters
*/
static int mgsl_enum_isa_devices(void)
static void mgsl_enum_isa_devices(void)
{
struct mgsl_struct *info;
int i;
......
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