diff options
Diffstat (limited to 'drivers/net/smc9194.c')
-rw-r--r-- | drivers/net/smc9194.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc9194.c b/drivers/net/smc9194.c index e7cc80f32560..18d653bbd4e0 100644 --- a/drivers/net/smc9194.c +++ b/drivers/net/smc9194.c | |||
@@ -764,7 +764,7 @@ out: | |||
764 | . interrupt, so an auto-detect routine can detect it, and find the IRQ, | 764 | . interrupt, so an auto-detect routine can detect it, and find the IRQ, |
765 | ------------------------------------------------------------------------ | 765 | ------------------------------------------------------------------------ |
766 | */ | 766 | */ |
767 | int __init smc_findirq( int ioaddr ) | 767 | static int __init smc_findirq(int ioaddr) |
768 | { | 768 | { |
769 | #ifndef NO_AUTOPROBE | 769 | #ifndef NO_AUTOPROBE |
770 | int timeout = 20; | 770 | int timeout = 20; |