]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/power/pmic/pmic_pfuze100.c
Merge branch 'master' of git://git.denx.de/u-boot-arc
[karo-tx-uboot.git] / drivers / power / pmic / pmic_pfuze100.c
index 22c1f15eeb4008acc93546efaff26815d050136a..22a04c02a3c149013a828c023b242f3848645df6 100644 (file)
@@ -11,9 +11,9 @@
 #include <power/pmic.h>
 #include <power/pfuze100_pmic.h>
 
-int pmic_init(unsigned char bus)
+int power_pfuze100_init(unsigned char bus)
 {
-       static const char name[] = "PFUZE100_PMIC";
+       static const char name[] = "PFUZE100";
        struct pmic *p = pmic_alloc();
 
        if (!p) {