Re: EXPORT_SYMBOL doesn't work

Keith Owens (kaos@ocs.com.au)
Tue, 19 Mar 2002 06:45:32 +1100


On Mon, 18 Mar 2002 11:11:46 -0800,
Jason Li <jli@extremenetworks.com> wrote:
>Now another problem with versioning. It seems even after I have the
>following in my module c file the symbol generated is not versioned:
>
>#define MODULE
>#include <linux/modversions.h>
>#include <linux/kernel.h>

Never include modverversions.h yourself, the kernel build process
automatically includes it when required. See also
http://www.tux.org/lkml/#s8-8.

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