Song Sam [off-list ref] wrote
A error happened when I compiled a module.Could any warmhearted person
figure it out for me?
OK,I did it by myself.:-)
It turned out to be the fact that I enabled
CONFIG_MODVERSIONS=y in kernel configuration
and MODVERSIONS option in my module like
#if defined(CONFIG_MODVERSIONS)
#define MODVERSIONS
#include <linux/modversions.h>
#endif
at the same time.They conflicted against each other.Is
that so?A newbie error on module...
Best regards,
Sam
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/