rk30: phonepad: fix gcc warning, "CONFIG_RK30_PWM_REGULATOR" is not defined
author黄涛 <huangtao@rock-chips.com>
Fri, 17 Aug 2012 14:08:40 +0000 (22:08 +0800)
committer黄涛 <huangtao@rock-chips.com>
Fri, 17 Aug 2012 14:08:40 +0000 (22:08 +0800)
arch/arm/mach-rk30/board-rk30-phonepad.c

index 6cf7dee27e757780269290aa9167e1c8ed2675a3..fbf98380cd336eef6793f194476b3f3f2a2aa561 100755 (executable)
@@ -1586,7 +1586,7 @@ static struct platform_device rk30_device_adc_battery = {
         },
 };
 #endif
-#if CONFIG_RK30_PWM_REGULATOR
+#ifdef CONFIG_RK30_PWM_REGULATOR
 const static int pwm_voltage_map[] = {
        1000000, 1025000, 1050000, 1075000, 1100000, 1125000, 1150000, 1175000, 1200000, 1225000, 1250000, 1275000, 1300000, 1325000, 1350000, 1375000, 1400000
 };