Loading drivers/net/wireless/arlan-main.c +2 −2 Original line number Diff line number Diff line Loading @@ -1838,7 +1838,7 @@ struct net_device * __init arlan_probe(int unit) } #ifdef MODULE int init_module(void) int __init init_module(void) { int i = 0; Loading @@ -1860,7 +1860,7 @@ int init_module(void) } void cleanup_module(void) void __exit cleanup_module(void) { int i = 0; struct net_device *dev; Loading drivers/net/wireless/wavelan.c +1 −1 Original line number Diff line number Diff line Loading @@ -4306,7 +4306,7 @@ struct net_device * __init wavelan_probe(int unit) * Insertion of the module * I'm now quite proud of the multi-device support. */ int init_module(void) int __init init_module(void) { int ret = -EIO; /* Return error if no cards found */ int i; Loading Loading
drivers/net/wireless/arlan-main.c +2 −2 Original line number Diff line number Diff line Loading @@ -1838,7 +1838,7 @@ struct net_device * __init arlan_probe(int unit) } #ifdef MODULE int init_module(void) int __init init_module(void) { int i = 0; Loading @@ -1860,7 +1860,7 @@ int init_module(void) } void cleanup_module(void) void __exit cleanup_module(void) { int i = 0; struct net_device *dev; Loading
drivers/net/wireless/wavelan.c +1 −1 Original line number Diff line number Diff line Loading @@ -4306,7 +4306,7 @@ struct net_device * __init wavelan_probe(int unit) * Insertion of the module * I'm now quite proud of the multi-device support. */ int init_module(void) int __init init_module(void) { int ret = -EIO; /* Return error if no cards found */ int i; Loading