Re: Latest OMAP randconfig build error

2012-02-23 Thread Ohad Ben-Cohen
On Thu, Feb 23, 2012 at 12:56 AM, Tony Lindgren t...@atomide.com wrote: Care to post an updated patch for me to apply into fixes? Coming right up! -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Latest OMAP randconfig build error

2012-02-22 Thread Russell King - ARM Linux
arch/arm/mach-omap2/mailbox.c: In function 'omap2_mbox_probe': arch/arm/mach-omap2/mailbox.c:354: error: 'omap2_mboxes' undeclared (first use in this function) arch/arm/mach-omap2/mailbox.c:354: error: (Each undeclared identifier is reported only once arch/arm/mach-omap2/mailbox.c:354: error:

Re: Latest OMAP randconfig build error

2012-02-22 Thread Ohad Ben-Cohen
+ Tony, Suman On Wed, Feb 22, 2012 at 10:51 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: arch/arm/mach-omap2/mailbox.c: In function 'omap2_mbox_probe': arch/arm/mach-omap2/mailbox.c:354: error: 'omap2_mboxes' undeclared (first use in this function)

Re: Latest OMAP randconfig build error

2012-02-22 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [120222 01:30]: + Tony, Suman On Wed, Feb 22, 2012 at 10:51 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: arch/arm/mach-omap2/mailbox.c: In function 'omap2_mbox_probe': arch/arm/mach-omap2/mailbox.c:354: error: 'omap2_mboxes' undeclared (first

Re: Latest OMAP randconfig build error

2012-02-22 Thread Ramirez Luna, Omar
On Wed, Feb 22, 2012 at 11:58 AM, Tony Lindgren t...@atomide.com wrote: * Ohad Ben-Cohen o...@wizery.com [120222 01:30]: + Tony, Suman On Wed, Feb 22, 2012 at 10:51 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: arch/arm/mach-omap2/mailbox.c: In function 'omap2_mbox_probe':

Re: Latest OMAP randconfig build error

2012-02-22 Thread Ohad Ben-Cohen
On Wed, Feb 22, 2012 at 7:58 PM, Tony Lindgren t...@atomide.com wrote: 2430 is like omap3 for the mailbox. Gotcha, thanks. This one below isn't pretty, but it should satisfy all build permutations and still be correct hw-wise. If it looks good to you I'll submit it properly. diff --git

Re: Latest OMAP randconfig build error

2012-02-22 Thread Russell King - ARM Linux
On Wed, Feb 22, 2012 at 09:55:56PM +0200, Ohad Ben-Cohen wrote: On Wed, Feb 22, 2012 at 7:58 PM, Tony Lindgren t...@atomide.com wrote: 2430 is like omap3 for the mailbox. Gotcha, thanks. This one below isn't pretty, but it should satisfy all build permutations and still be correct

Re: Latest OMAP randconfig build error

2012-02-22 Thread Ohad Ben-Cohen
On Wed, Feb 22, 2012 at 10:12 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: +#ifdef CONFIG_ARCH_OMAP2 +struct omap_mbox *omap2_mboxes[] = { +       mbox_dsp_info, +#ifdef CONFIG_SOC_OMAP2420 +       mbox_iva_info, +#endif +       NULL +};  #endif Beautiful. Thanks! -- To

Re: Latest OMAP randconfig build error

2012-02-22 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [120222 11:51]: On Wed, Feb 22, 2012 at 10:12 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: +#ifdef CONFIG_ARCH_OMAP2 +struct omap_mbox *omap2_mboxes[] = { +       mbox_dsp_info, +#ifdef CONFIG_SOC_OMAP2420 +       mbox_iva_info, +#endif