> The kernel patch adds a line to autoconf.h to detect mismatches between
> config.h and module.h, config.h must appear before module.h if
> EXPORT_... is used in the source. If you still get the above messages
> after rebuilding and saving your config, it means the source needs
> editting to add config.h before module.h.
>
> I have sent Linus a patch for the 32 sources that are wrong plus
> [ ... ]
Needless to say that just a '#include <config.h>' in module.h would solve
the problem.
Hans
<lermen@fgan.de>