Re: [next-20080529] build error: missing ieee80211_tx_control?

From: Chris Frey
Date: Thu May 29 2008 - 23:44:16 EST


On Thu, May 29, 2008 at 07:45:06PM -0700, Randy Dunlap wrote:
> On Thu, 29 May 2008 20:15:25 -0400 Chris Frey wrote:
> > CC drivers/input/serio/serio.o
> > CC drivers/input/serio/i8042.o
> > In file included from drivers/input/serio/i8042.h:28,
> > from drivers/input/serio/i8042.c:85:
> > drivers/input/serio/i8042-x86ia64io.h: In function 'i8042_platform_init':
> > drivers/input/serio/i8042-x86ia64io.h:590: error: 'i8042_nopnp' undeclared (first use in this function)
> > drivers/input/serio/i8042-x86ia64io.h:590: error: (Each undeclared identifier is reported only once
> > drivers/input/serio/i8042-x86ia64io.h:590: error: for each function it appears in.)
> > make[2]: *** [drivers/input/serio/i8042.o] Error 1
> > make[1]: *** [drivers/input/serio] Error 2
> > make: *** [drivers] Error 2
>
> Please see this thread for patches:
> http://lkml.org/lkml/2008/5/29/299

Thanks. I applied the second patch in that thread, and it gets past
the serio.o module.

I realize this is not related to serio anymore, but now it stops here,
using the same config as in my previous email. This is just a general
build report... I don't expect you to fix it personally. :-)

I can't seem to find ieee80211_tx_control anywhere in the tree, except in
pio.h.


CC drivers/net/wireless/airo.o
CC drivers/net/wireless/b43legacy/main.o
In file included from drivers/net/wireless/b43legacy/main.c:51:
drivers/net/wireless/b43legacy/pio.h:134: warning: 'struct ieee80211_tx_control' declared inside parameter list
drivers/net/wireless/b43legacy/pio.h:134: warning: its scope is only this definition or declaration, which is probably not what you want
drivers/net/wireless/b43legacy/main.c: In function 'b43legacy_op_tx':
drivers/net/wireless/b43legacy/main.c:2375: error: too few arguments to function 'b43legacy_pio_tx'
make[4]: *** [drivers/net/wireless/b43legacy/main.o] Error 1
make[3]: *** [drivers/net/wireless/b43legacy] Error 2
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

- Chris

--
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/