probe_irq_mask not EXPORTED on IXP42x ???
David Hinds
dhinds at sonic.net
Fri Jun 10 14:18:33 EDT 2005
On Fri, Jun 10, 2005 at 11:32:12AM -0500, Don Osburn wrote:
>
> I am attempting to build and load the PCMCIA drivers and am running into a
> stick. Everything builds fine, but when I attempt to load the
> yenta_socket.o (via modprobe), I get a "unresolved symbol" error for
> probe_irq_mask. Looking in linux-2.4.x/arch/arm/kernel/armksysms.c I
> note that probe_irq_mask is NOT exported. However, enable_irq, disable_irq,
> etc, are all exported.
probe_irq_mask only makes sense for systems that have an ISA bus, and
yenta should not attempt to use it on your system. Yenta_probe_irq()
should only exist for systems having an ISA bus... this is a bug in
the 2.6 tree as well.
-- Dave
More information about the linux-pcmcia
mailing list