arm: sc8830: remove build warnings
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / cpu / armv7 / sc8830 / otp-helper.c
index f98db8c..9c2a64e 100644 (file)
@@ -35,6 +35,9 @@
 #define VOL_P1                                 4200
 #define ADC_DATA_OFFSET                        128
 
+extern int __ddie_efuse_prog(int blk_index, u32 val);
+extern u32 __adie_efuse_read(int blk_index);
+
 u32 efuse_read(int id,int blk_index)
 {
        return __ddie_efuse_read(blk_index);