Hi, * Guenter Roeck <linux@xxxxxxxxxxxx> [130228 11:21]: > Commit c1d1cd59 (omap_device: remove obsolete pm_lats and early_device code) > changed the number of parameters to omap_device_build(), but did not fix all > calling code correctly. This causes build failures with some configurations. > > arch/arm/mach-omap2/devices.c: In function 'omap_init_hdmi_audio': > arch/arm/mach-omap2/devices.c:429:2: error: too many arguments to function 'omap_device_build' > arch/arm/mach-omap2/omap_device.h:74:25: note: declared here > make[2]: [arch/arm/mach-omap2/devices.o] Error 1 (ignored) > arch/arm/mach-omap2/sr_device.c: In function 'sr_dev_init': > arch/arm/mach-omap2/sr_device.c:155:2: error: too many arguments to function 'omap_device_build' > arch/arm/mach-omap2/omap_device.h:74:25: note: declared here > make[2]: [arch/arm/mach-omap2/sr_device.o] Error 1 (ignored) > arch/arm/mach-omap2/am35xx-emac.c: In function 'omap_davinci_emac_dev_init': > arch/arm/mach-omap2/am35xx-emac.c:66:6: error: too many arguments to function 'omap_device_build' > arch/arm/mach-omap2/omap_device.h:74:25: note: declared here Thanks, we already have a fix for this in linux next as commit 6efc3fe0 (ARM: OMAP2+: fix some omap_device_build() calls that aren't compiled by default). It seems that it will get sent today as part of the rest of the arm-soc late branches. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html