Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755492AbYGUTQU (ORCPT ); Mon, 21 Jul 2008 15:16:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754624AbYGUTPl (ORCPT ); Mon, 21 Jul 2008 15:15:41 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:56403 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755556AbYGUTPj (ORCPT ); Mon, 21 Jul 2008 15:15:39 -0400 Date: Mon, 21 Jul 2008 21:15:19 +0200 From: Ingo Molnar To: Atsushi Nemoto Cc: Alan Cox , jgarzik@redhat.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [build failure] hp-plus.c: (.text+0xd7c1a): undefined reference to `ei_close' Message-ID: <20080721191519.GA15843@elte.hu> References: <20080721.233512.128618365.anemo@mba.ocn.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080721.233512.128618365.anemo@mba.ocn.ne.jp> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1498 Lines: 37 * Atsushi Nemoto wrote: > Since commit 055e5110ae0c0c1176a75b78d789294f2ff2f7af ("8390: Split > 8390 support into a pausing and a non pausing driver core"), ne.c > cause this build failure: > > drivers/built-in.o: In function `ne_probe1': > ne.c:(.init.text+0x2464): undefined reference to `NS8390_init' > drivers/built-in.o: In function `ne_block_output': > ne.c:(.text.ne_block_output+0x1b0): undefined reference to `NS8390_init' i just triggered a similar build failure, but in a different ne2000-derived file: drivers/built-in.o: In function `hpp_close': hp-plus.c:(.text+0xd7c1a): undefined reference to `ei_close' drivers/built-in.o: In function `hpp_open': hp-plus.c:(.text+0xd7c3c): undefined reference to `ei_interrupt' hp-plus.c:(.text+0xd7ca9): undefined reference to `ei_open' drivers/built-in.o: In function `hpp_probe1': hp-plus.c:(.init.text+0xab54): undefined reference to `ei_poll' hp-plus.c:(.init.text+0xabed): undefined reference to `NS8390_init' drivers/built-in.o: In function `hp_plus_probe': (.init.text+0xac4c): undefined reference to `__alloc_ei_netdev' make: *** [.tmp_vmlinux1] Error 1 with this config: http://redhat.com/~mingo/misc/config-Mon_Jul_21_20_21_08_CEST_2008.bad Ingo -- 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/