Re: Module link

From: Arjan van de Ven
Date: Fri Jul 07 2006 - 01:49:02 EST


On Fri, 2006-07-07 at 15:33 +1000, yh@xxxxxxxxxxxxxx wrote:
> Thanks Randy. Let me clarify it.
>
> I have a driver module (NewSerialModule.ko) and I build it for module
> load. This driver module uses i2c functions. It was fine to init this
> module in kernel 2.4 as the i2c functions are exported in i2c Makefile.
>
> In kernel 2.6, I loaded this module and got NULL point exception.

you very likely have a bug in your code or in your Makefile. Since you
haven't posted either.. how are we supposed to help you? Please provide
a URL to both the source and the Makefile.


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