[Prism54-users] Trouble compiling with 2.6-test9

Jim Mack jim.mack@cox.net
Sun, 2 Nov 2003 10:11:03 -0800


I am trying to compile the drivers into the kernel and keep getting the
following errors while compiling:

drivers/built-in.o(.text+0x90ddd): In function `init_module':
: multiple definition of `init_module'
kernel/built-in.o(.text+0x17b68): first defined here
ld: Warning: size of symbol `init_module' changed from 3 in
kernel/built-in.o to 116 in drivers/built-in.o
drivers/built-in.o(.text+0x8c6c8): In function `isl38xx_upload_firmware':
: undefined reference to `request_firmware'
drivers/built-in.o(.text+0x8c76e): In function `isl38xx_upload_firmware':
: undefined reference to `release_firmware'
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [all] Error 2

I have tried the 10-31 and 11-01 kernel patches, but neither seem to help.
Has anyone seen this before? What am I doing wrong?