]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mfd/pcf50633/core.h
mfd: Convert pcf50633 to use new register map API
[karo-tx-linux.git] / include / linux / mfd / pcf50633 / core.h
index 50d4a047118db3e59792d1dbfdcb405db0e25758..a80840752b4cbea3481473532499b0b65513057a 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/mfd/pcf50633/backlight.h>
 
 struct pcf50633;
+struct regmap;
 
 #define PCF50633_NUM_REGULATORS        11
 
@@ -134,7 +135,7 @@ enum {
 
 struct pcf50633 {
        struct device *dev;
-       struct i2c_client *i2c_client;
+       struct regmap *regmap;
 
        struct pcf50633_platform_data *pdata;
        int irq;