Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Adrian Bunk and committed by
John W. Linville
e6b365f6 3ad2cc67

-10
-10
drivers/net/hamradio/dmascc.c
··· 311 311 } 312 312 } 313 313 314 - #ifndef MODULE 315 - void __init dmascc_setup(char *str, int *ints) 316 - { 317 - int i; 318 - 319 - for (i = 0; i < MAX_NUM_DEVS && i < ints[0]; i++) 320 - io[i] = ints[i + 1]; 321 - } 322 - #endif 323 - 324 314 static int __init dmascc_init(void) 325 315 { 326 316 int h, i, j, n;