>...
> Linux 2.4.20-rc2-ac2
>...
> o iphase ATM updates (Francois Romieu)
>...
This broke the compilation if you compile iphase statically into the
kernel (ia_detect was removed but it's called from
drivers/atm/atmdev_init.c):
<-- snip -->
...
ld -m elf_i386 -T
/home/bunk/linux/kernel-2.4/linux-2.4.19-full-ac/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o
init/main.o init/version.o init/do_mounts.o \
...
-o vmlinux
drivers/atm/atm.o(.text.init+0x21): In function `idt77252_exit':
/home/bunk/linux/kernel-2.4/linux-2.4.19-full-ac/drivers/atm/idt77252.c:
undefined reference to `ia_detect'
make: *** [vmlinux] Error 1
<-- snip -->
cu
Adrian
--"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
- 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/