]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fsl_pmic.h
mpc83xx: cosmetic: mpc8308_p1m.h checkpatch compliance
[karo-tx-uboot.git] / include / fsl_pmic.h
index e3abde6e4d75a89782160d5604fc85920fa51822..742f2e19f9e9533573c07e1563978da8ba7bdfd7 100644 (file)
@@ -99,6 +99,7 @@ enum {
        REG_TEST2,
        REG_TEST3,
        REG_TEST4,
+       PMIC_NUM_OF_REGS,
 };
 
 /* REG_POWER_MISC */
@@ -121,8 +122,4 @@ enum {
 /* Interrupt status 1 */
 #define RTCRSTI                (1 << 7)
 
-void pmic_show_pmic_info(void);
-void pmic_reg_write(u32 reg, u32 value);
-u32 pmic_reg_read(u32 reg);
-
 #endif