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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to