rk30: phonepad: fix gcc warning, "CONFIG_RK30_PWM_REGULATOR" is not defined

This commit is contained in:
黄涛 2012-08-17 22:08:40 +08:00
parent 9c60c70b72
commit 8bee22ca2d

View File

@ -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
};