linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* More randconfig OMAP build errors
@ 2012-02-28 10:22 Russell King - ARM Linux
  2012-02-28 22:46 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2012-02-28 10:22 UTC (permalink / raw)
  To: linux-omap

Todays randconfig found this:

drivers/video/omap2/displays/panel-dvi.c: In function 'panel_dvi_ddc_read':
drivers/video/omap2/displays/panel-dvi.c:239: error: implicit declaration of function 'i2c_transfer'
drivers/video/omap2/displays/panel-dvi.c: In function 'panel_dvi_read_edid':
drivers/video/omap2/displays/panel-dvi.c:265: error: implicit declaration of function 'i2c_get_adapter'

caused by I2C being disabled.

There's also some warnings in arch/arm/mach-omap2/omap_l3_smx.c and
drivers/video/omap2/dss/apply.c about unused variables:

arch/arm/mach-omap2/omap_l3_smx.c: In function 'omap3_l3_block_irq':
arch/arm/mach-omap2/omap_l3_smx.c:156: warning: unused variable 'address'
arch/arm/mach-omap2/omap_l3_smx.c:155: warning: unused variable 'multi'
arch/arm/mach-omap2/omap_l3_smx.c:154: warning: unused variable 'initid'
arch/arm/mach-omap2/omap_l3_smx.c:153: warning: unused variable 'code'
arch/arm/mach-omap2/omap_l3_smx.c: At top level:
arch/arm/mach-omap2/omap_l3_smx.c:68: warning: 'omap3_l3_code_string' defined but not used
arch/arm/mach-omap2/omap_l3_smx.c:90: warning: 'omap3_l3_initiator_string' defined but not used
drivers/video/omap2/dss/apply.c:350: warning: 'wait_pending_extra_info_updates' defined but not used

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: More randconfig OMAP build errors
  2012-02-28 10:22 More randconfig OMAP build errors Russell King - ARM Linux
@ 2012-02-28 22:46 ` Tony Lindgren
  2012-02-29  8:50   ` Tomi Valkeinen
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2012-02-28 22:46 UTC (permalink / raw)
  To: Tomi Valkeinen; +Cc: linux-omap, Russell King - ARM Linux

Tomi,

* Russell King - ARM Linux <linux@arm.linux.org.uk> [120228 01:50]:
> Todays randconfig found this:
> 
> drivers/video/omap2/displays/panel-dvi.c: In function 'panel_dvi_ddc_read':
> drivers/video/omap2/displays/panel-dvi.c:239: error: implicit declaration of function 'i2c_transfer'
> drivers/video/omap2/displays/panel-dvi.c: In function 'panel_dvi_read_edid':
> drivers/video/omap2/displays/panel-dvi.c:265: error: implicit declaration of function 'i2c_get_adapter'
> 
> caused by I2C being disabled.
> 
> There's also some warnings in arch/arm/mach-omap2/omap_l3_smx.c and
> drivers/video/omap2/dss/apply.c about unused variables:
> 
> arch/arm/mach-omap2/omap_l3_smx.c: In function 'omap3_l3_block_irq':
> arch/arm/mach-omap2/omap_l3_smx.c:156: warning: unused variable 'address'
> arch/arm/mach-omap2/omap_l3_smx.c:155: warning: unused variable 'multi'
> arch/arm/mach-omap2/omap_l3_smx.c:154: warning: unused variable 'initid'
> arch/arm/mach-omap2/omap_l3_smx.c:153: warning: unused variable 'code'
> arch/arm/mach-omap2/omap_l3_smx.c: At top level:
> arch/arm/mach-omap2/omap_l3_smx.c:68: warning: 'omap3_l3_code_string' defined but not used
> arch/arm/mach-omap2/omap_l3_smx.c:90: warning: 'omap3_l3_initiator_string' defined but not used
> drivers/video/omap2/dss/apply.c:350: warning: 'wait_pending_extra_info_updates' defined but not used

Care to take a look at fixing the above?

Tony

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: More randconfig OMAP build errors
  2012-02-28 22:46 ` Tony Lindgren
@ 2012-02-29  8:50   ` Tomi Valkeinen
  0 siblings, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2012-02-29  8:50 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, Russell King - ARM Linux

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]

On Tue, 2012-02-28 at 14:46 -0800, Tony Lindgren wrote:
> Tomi,
> 
> * Russell King - ARM Linux <linux@arm.linux.org.uk> [120228 01:50]:
> > Todays randconfig found this:
> > 
> > drivers/video/omap2/displays/panel-dvi.c: In function 'panel_dvi_ddc_read':
> > drivers/video/omap2/displays/panel-dvi.c:239: error: implicit declaration of function 'i2c_transfer'
> > drivers/video/omap2/displays/panel-dvi.c: In function 'panel_dvi_read_edid':
> > drivers/video/omap2/displays/panel-dvi.c:265: error: implicit declaration of function 'i2c_get_adapter'
> > 
> > caused by I2C being disabled.
> > 
> > There's also some warnings in arch/arm/mach-omap2/omap_l3_smx.c and
> > drivers/video/omap2/dss/apply.c about unused variables:
> > 
> > arch/arm/mach-omap2/omap_l3_smx.c: In function 'omap3_l3_block_irq':
> > arch/arm/mach-omap2/omap_l3_smx.c:156: warning: unused variable 'address'
> > arch/arm/mach-omap2/omap_l3_smx.c:155: warning: unused variable 'multi'
> > arch/arm/mach-omap2/omap_l3_smx.c:154: warning: unused variable 'initid'
> > arch/arm/mach-omap2/omap_l3_smx.c:153: warning: unused variable 'code'
> > arch/arm/mach-omap2/omap_l3_smx.c: At top level:
> > arch/arm/mach-omap2/omap_l3_smx.c:68: warning: 'omap3_l3_code_string' defined but not used
> > arch/arm/mach-omap2/omap_l3_smx.c:90: warning: 'omap3_l3_initiator_string' defined but not used
> > drivers/video/omap2/dss/apply.c:350: warning: 'wait_pending_extra_info_updates' defined but not used
> 
> Care to take a look at fixing the above?

Yep, I made and sent fixes for them.

 Tomi


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-29  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 10:22 More randconfig OMAP build errors Russell King - ARM Linux
2012-02-28 22:46 ` Tony Lindgren
2012-02-29  8:50   ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).