* New randconfig build failures in OMAP
@ 2012-06-05 22:02 Russell King - ARM Linux
2012-06-06 1:25 ` Sebastian Reichel
2012-06-06 8:11 ` Tony Lindgren
0 siblings, 2 replies; 3+ messages in thread
From: Russell King - ARM Linux @ 2012-06-05 22:02 UTC (permalink / raw)
To: linux-omap
I pulled Linus' tree at 7am UTC, and reran the builds after updating
the build tree with that (plus my pending devel stuff). The resulting
randconfig spat out this:
arch/arm/mach-omap2/dsp.c: In function 'omap_dsp_reserve_sdram_memblock':
arch/arm/mach-omap2/dsp.c:58: error: implicit declaration of function 'arm_memblock_steal'
Looks to me like a missing include?
arch/arm/mach-omap2/board-rx51-peripherals.c:147: error: implicit declaration of function 'OMAP_GPIO_IRQ'
arch/arm/mach-omap2/board-rx51-peripherals.c:147: error: initializer element is not constant
arch/arm/mach-omap2/board-rx51-peripherals.c:147: error: (near initialization for 'rx51_lis3lv02d_data.irq2')
arch/arm/mach-omap2/board-rx51-peripherals.c:1033: error: initializer element is not constant
arch/arm/mach-omap2/board-rx51-peripherals.c:1033: error: (near initialization for 'rx51_peripherals_i2c_board_info_3[0].irq')
Again, a missing include?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New randconfig build failures in OMAP
2012-06-05 22:02 New randconfig build failures in OMAP Russell King - ARM Linux
@ 2012-06-06 1:25 ` Sebastian Reichel
2012-06-06 8:11 ` Tony Lindgren
1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2012-06-06 1:25 UTC (permalink / raw)
To: Russell King - ARM Linux; +Cc: linux-omap
[-- Attachment #1: Type: text/plain, Size: 733 bytes --]
On Tue, Jun 05, 2012 at 11:02:14PM +0100, Russell King - ARM Linux wrote:
> arch/arm/mach-omap2/board-rx51-peripherals.c:147: error: implicit declaration of function 'OMAP_GPIO_IRQ'
> arch/arm/mach-omap2/board-rx51-peripherals.c:147: error: initializer element is not constant
> arch/arm/mach-omap2/board-rx51-peripherals.c:147: error: (near initialization for 'rx51_lis3lv02d_data.irq2')
> arch/arm/mach-omap2/board-rx51-peripherals.c:1033: error: initializer element is not constant
> arch/arm/mach-omap2/board-rx51-peripherals.c:1033: error: (near initialization for 'rx51_peripherals_i2c_board_info_3[0].irq')
>
> Again, a missing include?
patch: http://www.spinics.net/lists/linux-omap/msg71169.html
-- Sebastian
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New randconfig build failures in OMAP
2012-06-05 22:02 New randconfig build failures in OMAP Russell King - ARM Linux
2012-06-06 1:25 ` Sebastian Reichel
@ 2012-06-06 8:11 ` Tony Lindgren
1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2012-06-06 8:11 UTC (permalink / raw)
To: Russell King - ARM Linux; +Cc: linux-omap
* Russell King - ARM Linux <linux@arm.linux.org.uk> [120605 15:07]:
> I pulled Linus' tree at 7am UTC, and reran the builds after updating
> the build tree with that (plus my pending devel stuff). The resulting
> randconfig spat out this:
>
> arch/arm/mach-omap2/dsp.c: In function 'omap_dsp_reserve_sdram_memblock':
> arch/arm/mach-omap2/dsp.c:58: error: implicit declaration of function 'arm_memblock_steal'
>
> Looks to me like a missing include?
Yup I've caused that one by moving the code around without the memblock.h
include. Looks like I did not hit this one yet with my randconfigs as it's
behind CONFIG_STAGING. Will post a fix along with few other randconfig
fixes.
TOny
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-06 8:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 22:02 New randconfig build failures in OMAP Russell King - ARM Linux
2012-06-06 1:25 ` Sebastian Reichel
2012-06-06 8:11 ` Tony Lindgren
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.