[PATCH] ARM: OMAP2+: Fix compillation error in mach-omap2/timer.c
From: tony@atomide.com (Tony Lindgren)
Date: 2012-12-19 16:38:56
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2012-12-19 16:38:56
Also in:
linux-omap
* Bedia, Vaibhav [off-list ref] [121219 02:18]:
Hi Peter, Tony On Wed, Dec 19, 2012 at 15:20:09, Ujfalusi, Peter wrote:quoted
prom_add_property() has been renamed to of_add_property() This patch fixes the following comilation error: arch/arm/mach-omap2/timer.c: In function ?omap_get_timer_dt?: arch/arm/mach-omap2/timer.c:178:3: error: implicit declaration of function ?prom_add_property? [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[1]: *** [arch/arm/mach-omap2/timer.o] Error 1 make[1]: *** Waiting for unfinished jobs.... Signed-off-by: Peter Ujfalusi <redacted> --- Hi Tony, today's mainline does not compile due to this API rename in of core. Not sure if we alreasy have fix for this pending.
Thanks applying.
There following patches for needed to get omap2plus_defconfig build working https://patchwork.kernel.org/patch/1810481/ - address the build breakage due to header file cleanup https://patchwork.kernel.org/patch/1810441/ - address the prom_add_property() issue http://marc.info/?l=linux-arm-kernel&m=135589966017628&w=2 - this crept in during a merge commit.
Thanks all these should be queued up somewhere now. Regards, Tony