[parisc-linux] IDE modules build prob

Grant Grundler grundler@parisc-linux.org
Sun, 6 Jul 2003 00:31:50 -0600


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.

I've updated the -pa2 patch at:
	ftp://ftp.parisc-linux.org/patches/diff-2.4.21-pa2

and corresponding binaries/.config at:
	ftp://ftp.parisc-kernel.org/kernels/c3000/2.4.21-pa2.tgz

grant