Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 28 Nov 2002 08:36:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 28 Nov 2002 08:36:17 -0500 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:65255 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id ; Thu, 28 Nov 2002 08:36:16 -0500 Date: Thu, 28 Nov 2002 14:43:32 +0100 From: Adrian Bunk To: Alan Cox , Francois Romieu Cc: linux-kernel@vger.kernel.org Subject: Re: Linux 2.4.20-rc4-ac1 Message-ID: <20021128134332.GD6981@fs.tum.de> References: <200211261901.gAQJ13T11036@devserv.devel.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211261901.gAQJ13T11036@devserv.devel.redhat.com> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1251 Lines: 42 On Tue, Nov 26, 2002 at 02:01:03PM -0500, Alan Cox wrote: >... > 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/