Re: [PATCH] Initializedd the module parameters in drivers/net/wireless/arlan-main.c

From: Rusty Russell
Date: Thu Oct 02 2003 - 00:37:11 EST


In message <20031001205228.3bee8c69.rddunlap@xxxxxxxx> you write:
> On Wed, 01 Oct 2003 19:01:04 +1000 Rusty Russell <rusty@xxxxxxxxxxxxxxx> wrote:
> | This is clearly wrong: it's declared below.
>
> Hello. Anybody there?
>
> This is what you get with 2.6.0-test6 plain vanilla:
> drivers/net/wireless/arlan-main.c:1923: `probe' undeclared (first use in this function)
> drivers/net/wireless/arlan-main.c:1923: (Each undeclared identifier is reported only once
> drivers/net/wireless/arlan-main.c:1923: for each function it appears in.)

See line 1885:

#ifdef MODULE

static int probe = probeUNKNOWN;

static int __init arlan_find_devices(void)

Hope that helps,
Rusty.
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/