Re: 2.6.37-git1

From: Linus Torvalds
Date: Fri Oct 22 2010 - 11:22:20 EST


On Fri, Oct 22, 2010 at 12:35 AM, Anca Emanuel <anca.emanuel@xxxxxxxxx> wrote:
>  CC [M]  drivers/net/wireless/hostap/hostap_cs.o
> drivers/staging/comedi/drivers/ni_daq_700.c: In function ‘dio700_config’:
> drivers/staging/comedi/drivers/ni_daq_700.c:499: error: ‘win_req_t’
> undeclared (first use in this function)

Looks like the PCMCIA win_req_t fixup missed a driver or two.

Dominik?

And if somebody else wants to help out, look at commit cdb138080b78
("pcmcia: do not use win_req_t when calling pcmcia_request_window()")
for guidance about what it is all about. That shows other drivers
being converted.

Anyway, in this case, it looks like the problem is literally that
_unused_ declaration of 'win_req_t req'. Just remove that line. Does
it compile and work then?

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