* omap2plus_defconfig fails to build @ 2012-11-29 10:40 Belisko Marek 2012-12-03 23:26 ` Stephen Rothwell 0 siblings, 1 reply; 4+ messages in thread From: Belisko Marek @ 2012-11-29 10:40 UTC (permalink / raw) To: linux-next Hi, 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' Thanks, marek -- as simple and primitive as possible ------------------------------------------------- Marek Belisko - OPEN-NANDRA Freelance Developer Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap2plus_defconfig fails to build 2012-11-29 10:40 omap2plus_defconfig fails to build Belisko Marek @ 2012-12-03 23:26 ` Stephen Rothwell 2012-12-03 23:38 ` Jon Hunter 0 siblings, 1 reply; 4+ messages in thread From: Stephen Rothwell @ 2012-12-03 23:26 UTC (permalink / raw) To: Olof Johansson, Arnd Bergmann, linux-arm-kernel, Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev Cc: linux-next, Jon Hunter, Belisko Marek, Nathan Fontenot [-- Attachment #1: Type: text/plain, Size: 838 bytes --] Hi all, On Thu, 29 Nov 2012 11:40:18 +0100 Belisko Marek <marek.belisko@gmail.com> 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. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au [-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap2plus_defconfig fails to build 2012-12-03 23:26 ` Stephen Rothwell @ 2012-12-03 23:38 ` Jon Hunter 2012-12-04 0:05 ` Stephen Rothwell 0 siblings, 1 reply; 4+ messages in thread From: Jon Hunter @ 2012-12-03 23:38 UTC (permalink / raw) To: Stephen Rothwell Cc: Arnd Bergmann, Tony Lindgren, Benjamin Herrenschmidt, linux-next, Paul Mackerras, Belisko Marek, Olof Johansson, Nathan Fontenot, linuxppc-dev, linux-arm-kernel 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 <marek.belisko@gmail.com> 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap2plus_defconfig fails to build 2012-12-03 23:38 ` Jon Hunter @ 2012-12-04 0:05 ` Stephen Rothwell 0 siblings, 0 replies; 4+ messages in thread From: Stephen Rothwell @ 2012-12-04 0:05 UTC (permalink / raw) To: Jon Hunter Cc: Olof Johansson, Arnd Bergmann, linux-arm-kernel, Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev, linux-next, Belisko Marek, Nathan Fontenot, Tony Lindgren [-- Attachment #1: Type: text/plain, Size: 1574 bytes --] Hi all, On Mon, 3 Dec 2012 17:38:34 -0600 Jon Hunter <jon-hunter@ti.com> wrote: > > On 12/03/2012 05:26 PM, Stephen Rothwell wrote: > > > > On Thu, 29 Nov 2012 11:40:18 +0100 Belisko Marek <marek.belisko@gmail.com> 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. They just really need to send this to Linus along with the pull request, or Ben does, depending on who gets in first. > > Cheers > Jon > > [1] http://www.spinics.net/lists/arm-kernel/msg210179.html I will apply this to the arm-soc merge in linux-next today. The error will only happen the linux-next at the moment. Thanks for the pointer - I actually fished it out of patchwork. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au [-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-04 0:05 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-11-29 10:40 omap2plus_defconfig fails to build Belisko Marek 2012-12-03 23:26 ` Stephen Rothwell 2012-12-03 23:38 ` Jon Hunter 2012-12-04 0:05 ` Stephen Rothwell
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox