Re: [PATCH] mii module broken under new scheme

Alan Cox (alan@lxorguk.ukuu.org.uk)
19 Nov 2002 19:29:53 +0000


On Tue, 2002-11-19 at 17:50, Matt Reppert wrote:
> drivers/net/mii.c doesn't export module init/cleanup functions. That means it
> can't be loaded under the new module scheme. This patch adds do-nothing
> functions for it, which allows it to load. (8139too depends on mii, so
> without this I don't have network.)

The bug is in the module layer. This isn't the right fix at all. When
the module layer is fixed to behave sanely the problem will go away

-
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/