[parisc-linux] IDE modules build prob

Alan Cox alan@lxorguk.ukuu.org.uk
06 Jul 2003 08:23:44 +0100


On Sul, 2003-07-06 at 07:31, Grant Grundler wrote:
> On Sat, Jul 05, 2003 at 11:57:54PM -0600, Grant Grundler wrote:
> > I gather each .o file is only allowed to have one module_init().
> 
> My tree builds/links/modules_install now.
> 
> Removed ide-default.o from ide-core-objs.
> Added the following line after the device (disk/tape/cd) drivers:
> 
> obj-$(CONFIG_BLK_DEV_IDE) += ide-default.o
> 
> I need to go back and see if the EXPORT_SYMBOLS() I added
> to various IDE files are still needed. Not tonight.

The module patch relies on you having the 2.4.22-pre3 IDE changes for
things like ide-default

$grep init_module drivers/ide/ide-default.c
$