Re: 2.4.8-pre4 drivers/net/wan/comx.c unresolved symbol

Gergely Madarasz (gorgo@sztaki.hu)
Mon, 06 Aug 2001 08:58:16 +0200 (MET DST)


On Mon, 6 Aug 2001, Keith Owens wrote:

> This is probably already known but 2.4.8-pre4 drivers/net/wan/comx.c
> has an unresolved symbol proc_get_inode when compiled as a module.
>
> I was pleasently suprised when doing a full kernel compile as modules.
> 840 modules created, only one unresolved symbol.

It is using a symbol which was exported in 2.2, but is not exported in
2.4. Either the driver needs a major rewrite to work as a module (it works
compiled into the kernel) or proc_get_inode needs to be exported again.

-- 
Madarasz Gergely          gorgo@sztaki.hu          gorgo@linux.rulez.org
    It's practically impossible to look at a penguin and feel angry.
        Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
                  HuLUG: http://mlf.linux.rulez.org/

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