Everything works, till I try to insmod it: I get m8xx_cpm_alloc and
m8xx_cpm_hostalloc as unresolved symbols.
In commproc.c, add the following line:
EXPORT_SYMBOL(m8xx_cpm_hostalloc);
Regards,
--------------------------------------------
Jean-Denis Boyer, B.Eng., Technical Leader
Mediatrix Telecom Inc.
4229 Garlock Street
Sherbrooke (Québec)
J1L 2C8 CANADA
(819)829-8749 x241
--------------------------------------------
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
On Fri, 2003-02-28 at 18:27, Jean-Denis Boyer wrote:
quoted
Everything works, till I try to insmod it: I get m8xx_cpm_alloc and
m8xx_cpm_hostalloc as unresolved symbols.
In commproc.c, add the following line:
EXPORT_SYMBOL(m8xx_cpm_hostalloc);
ok, i have already thought about that, but it means that my driver won't
work with "standard" kernels, isn't it?
people should change their kernel code to load my drivers, and that
isn't cool :(
thanks for your answer
Cheers
ibon.
Regards,
--------------------------------------------
Jean-Denis Boyer, B.Eng., Technical Leader
Mediatrix Telecom Inc.
4229 Garlock Street
Sherbrooke (Québec)
J1L 2C8 CANADA
(819)829-8749 x241
--------------------------------------------
--
Ibon Gotxi Garcia [off-list ref]
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
On Fri, Feb 28, 2003 at 01:27:26PM -0500, Jean-Denis Boyer wrote:
quoted
Everything works, till I try to insmod it: I get m8xx_cpm_alloc and
m8xx_cpm_hostalloc as unresolved symbols.
In commproc.c, add the following line:
EXPORT_SYMBOL(m8xx_cpm_hostalloc);
I'll bite... Dan is there a good reason this isn't exported? Google
shows nothing to me :)
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/