regulator: bd718x7: Remove struct bd718xx_pmic
[linux-2.6-block.git] / include / linux / mfd / rohm-bd718x7.h
index 26acf9a92498e6fe03ddd37d77f9f828fcb333fa..fd194bfc836f49f79bae3a5c0403ed945a860f1c 100644 (file)
@@ -321,7 +321,6 @@ enum {
        BD718XX_PWRBTN_LONG_PRESS_15S
 };
 
-struct bd718xx_pmic;
 struct bd718xx_clk;
 
 struct bd718xx {
@@ -333,7 +332,6 @@ struct bd718xx {
        int chip_irq;
        struct regmap_irq_chip_data *irq_data;
 
-       struct bd718xx_pmic *pmic;
        struct bd718xx_clk *clk;
 };