Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6b365f6 authored by Adrian Bunk's avatar Adrian Bunk Committed by John W. Linville
Browse files

[PATCH] drivers/net/hamradio/dmascc.c: remove dmascc_setup()



It seems dmascc_setup() is a leftover time before dmascc_init() was
there.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3ad2cc67
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -311,16 +311,6 @@ static void __exit dmascc_exit(void)
	}
}

#ifndef MODULE
void __init dmascc_setup(char *str, int *ints)
{
	int i;

	for (i = 0; i < MAX_NUM_DEVS && i < ints[0]; i++)
		io[i] = ints[i + 1];
}
#endif

static int __init dmascc_init(void)
{
	int h, i, j, n;