Re: Unknown symbol devres_alloc

2007-05-19 Thread Roberto C . Sánchez
On Sat, May 19, 2007 at 03:41:03PM -0500, Dallas Clement wrote: > I'm trying to load a module libata.ko and I'm getting an error message: > > libata: Unknown symbol devres_alloc > > I can see that this symbol is found in the file /lib/devres.o within my >

Unknown symbol devres_alloc

2007-05-19 Thread Dallas Clement
I'm trying to load a module libata.ko and I'm getting an error message: libata: Unknown symbol devres_alloc I can see that this symbol is found in the file /lib/devres.o within my linux 2.6.21.1 distribution. However, I'm not sure how this symbol should be loaded. Can any