Re: sound blaster driver as a module

Richard Henderson (rth@cygnus.com)
Wed, 30 Dec 1998 16:01:15 -0800


On Tue, Dec 29, 1998 at 10:26:33PM +0000, Alan Cox wrote:
> EXPORT_SYMBOL() causes a reference to it to get written into the
> exports tables so it is referenced.

No it doesn't. It creates a reference within the object file containing
the EXPORT_SYMBOL. This case is self-referential and so nothing happens.

This same reason is why we have things like sock_n_syms.o in net/Makefile.

r~

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