ARM: OMAP2: twl-common: Fix compiler warning
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 15 Jun 2012 13:33:54 +0000 (16:33 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 20 Jun 2012 14:24:49 +0000 (07:24 -0700)
If the kernel is built only for OMAP2 the following warning will show up:

arch/arm/mach-omap2/twl-common.c:52: warning: ‘twl_set_voltage’ defined but not used
arch/arm/mach-omap2/twl-common.c:58: warning: ‘twl_get_voltage’ defined but not used

The twl_set/get_voltage callbacks only used when OMAP3/4 is selected.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found