Move VDD-MIN/MAX to Kconfig
/arch/arm/mach-msm/avs.h
blob:d938dd47521ac9bec7852279e35610e71aa27107 -> blob:2dfc668086ffed4f7b2bb1be027f3ad42b0c255b
--- arch/arm/mach-msm/avs.h
+++ arch/arm/mach-msm/avs.h
@@ -14,10 +14,6 @@
#ifndef AVS_H
#define AVS_H
-#define VOLTAGE_MIN 700 /* mV */
-#define VOLTAGE_MAX 1600
-#define VOLTAGE_STEP 25
-
int __init avs_init(int (*set_vdd)(int), u32 freq_cnt, u32 freq_idx);
void __exit avs_exit(void);