Re: [PATCH] ARM: omap2+: stub out omap*_volt_data

2011-10-11 Thread Arnd Bergmann
On Monday 10 October 2011, Kevin Hilman wrote: I got this build error only now after pulling in the latest omap series, but I cannot tell what caused it. It's also not clear to me if this is the correct solution. Please ack or provide a better fix. This code was merged for v2.6.39, so

Re: [PATCH] ARM: omap2+: stub out omap*_volt_data

2011-10-10 Thread Kevin Hilman
Arnd Bergmann a...@arndb.de writes: When CONFIG_PM_OPP is not set, the definitions for these variables are not available, so we should conditionally define them to NULL. arch/arm/mach-omap2/built-in.o: In function `omap3xxx_voltagedomains_init': voltagedomains3xxx_data.c:100: undefined

[PATCH] ARM: omap2+: stub out omap*_volt_data

2011-10-08 Thread Arnd Bergmann
When CONFIG_PM_OPP is not set, the definitions for these variables are not available, so we should conditionally define them to NULL. arch/arm/mach-omap2/built-in.o: In function `omap3xxx_voltagedomains_init': voltagedomains3xxx_data.c:100: undefined reference to `omap36xx_vddmpu_volt_data'