Re: Exporting new functions from kernel 2.2.14

Keith Owens (kaos@ocs.com.au)
Wed, 06 Jun 2001 00:22:57 +1000


On Tue, 05 Jun 2001 10:10:26 -0700,
Stephen Wille Padnos <stephenwp@adelphia.net> wrote:
>Arthur had pointed out that modules.h should be included, then kernel.h. Is
>there a place where I can find out more about header file order dependencies?

With the existing design for module symbol versions, module.h must
appear before other headers, to obtain the mapping of normal symbols to
hashed symbols. That restriction will be removed in 2.5, when the
broken Makefile design for module versions is replaced.

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