lkml.org 
[lkml]   [2001]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: unresolved symbol in 2.4.1 depmod.
Date
On Tue, 30 Jan 2001 14:15:20 -0600 (CST), 
Jason Michaelson <micha044@tc.umn.edu> wrote:
>Greetings. I've just procured myself a copy of 2.4.1, and tried to build
>it. At the tail end of a make modules_install, the following error occurs:
>
>depmod: *** Unresolved symbols in /lib/modules/2.4.1/kernel/drivers/md/md.o
>depmod: name_to_kdev_t

name_to_kdev_t is defined in init/main.c. It is not exported so it
cannot be called from modules. name_to_kdev_t *cannot* be exported
because it is defined as __init, the code has gone by the time the
module is loaded. Ask the md maintainer for a fix.

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

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.047 / U:3.600 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site