From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mailhost.ti.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 959C22C0095 for ; Tue, 4 Dec 2012 10:38:52 +1100 (EST) Message-ID: <50BD37FA.2090501@ti.com> Date: Mon, 3 Dec 2012 17:38:34 -0600 From: Jon Hunter MIME-Version: 1.0 To: Stephen Rothwell Subject: Re: omap2plus_defconfig fails to build References: <20121204102631.3d8d41e3e8a8c0eb71734e55@canb.auug.org.au> In-Reply-To: <20121204102631.3d8d41e3e8a8c0eb71734e55@canb.auug.org.au> Content-Type: text/plain; charset="ISO-8859-1" Cc: Arnd Bergmann , Tony Lindgren , linux-next@vger.kernel.org, Paul Mackerras , Belisko Marek , Olof Johansson , Nathan Fontenot , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Stephen, On 12/03/2012 05:26 PM, Stephen Rothwell wrote: > Hi all, > > On Thu, 29 Nov 2012 11:40:18 +0100 Belisko Marek wrote: >> >> I've update linux-next to next-20121129 and omap2plus_defconfig fails to build: >> arch/arm/mach-omap2/timer.c: In function 'omap_get_timer_dt': >> arch/arm/mach-omap2/timer.c:195: error: implicit declaration of >> function 'prom_add_property' > > Caused by commit 9725f4451a9c ("ARM: OMAP: Add DT support for timer > driver") from the arm-soc tree interacting with commit 79d1c712958f > ("powerpc+of: Rename the drivers/of prom_* functions to of_*") from the > powerpc tree. > > I will fix this up in today' linux-next (by changing prom_add_property to > of_add_property). Someone will need to remember to tell Linus when the > latter of those two commits gets merged. Just to let you know there is a patch available for this problem [1]. Tony, Olof, Arnd, not sure how you guys wish to handle this one. Cheers Jon [1] http://www.spinics.net/lists/arm-kernel/msg210179.html