From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 834AEB6EE9 for ; Mon, 19 Jul 2010 10:15:57 +1000 (EST) Subject: Re: linux-next: build failure after merge of the final tree (powerpc related) From: Benjamin Herrenschmidt To: Stephen Rothwell In-Reply-To: <20100716171920.51ce1b88.sfr@canb.auug.org.au> References: <20100716171920.51ce1b88.sfr@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" Date: Mon, 19 Jul 2010 10:15:41 +1000 Message-ID: <1279498541.10390.1773.camel@pasglop> Mime-Version: 1.0 Cc: Martyn Welch , linuxppc-dev@lists.ozlabs.org, linux-next@vger.kernel.org, Paul Mackerras , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2010-07-16 at 17:19 +1000, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (powerpc > allmodconfig) failed like this: > > ERROR: "of_i8042_kbd_irq" [drivers/input/serio/i8042.ko] undefined! > ERROR: "of_i8042_aux_irq" [drivers/input/serio/i8042.ko] undefined! > > Presumably missing EXPORT_SYMBOLs .. Thanks. I'll fix that up. Cheers, Ben.