Re: pcmcia in test10pre6

From: John Kennedy (jk@csuchico.edu)
Date: Fri Oct 27 2000 - 22:43:45 EST


On Fri, Oct 27, 2000 at 11:32:18AM +0000, Jonathan Hudson wrote:
> Previously working in test10pre*, now gives many unresolved symbols: ...

  I didn't get nearly that many. In fact, I only got this one:

        ...
                -o vmlinux
        drivers/pcmcia/pcmcia.o: In function `CardServices':
        drivers/pcmcia/pcmcia.o(.text+0x3b53): undefined reference to `pcmcia_request_irq'
        drivers/pcmcia/pcmcia.o(__ksymtab+0x160): undefined reference to `pcmcia_request_irq'
        make: *** [vmlinux] Error 1

  This seems to be the fatal change:

    [diff -u linux-2.4.0-test10pre[56]/drivers/pcmcia/cs.c | grep _request_irq]
        -int pcmcia_request_irq(client_handle_t handle, irq_req_t *req)
        +static int cs_request_irq(client_handle_t handle, irq_req_t *req)

  I see it mentioned in a number of places:

        drivers/net/pcmcia/ray_cs.c
        drivers/pcmcia/cs.c
        include/pcmcia/cs.h

  This patch compiles, but I haven't tested it yet (not home with laptop).



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 31 2000 - 21:00:23 EST