Commit 849f7820 authored by Jeff Garzik's avatar Jeff Garzik

[wireless arlan] fix modular build

'probe' module parameter is only used when arlan is built as a module.
parent 580fb9cd
......@@ -1881,6 +1881,8 @@ int __init arlan_probe(struct net_device *dev)
#ifdef MODULE
static int probe = probeUNKNOWN;
static int __init arlan_find_devices(void)
{
int m;
......
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