drivers: max77693: Move state container to common header
[deliverable/linux.git] / include / linux / mfd / max77693-private.h
index e3c0afff38d3f81a9847d70bb4d51c0c394a0fcb..8c4143c0c651ab50ec1e0500ad6a6071373a50df 100644 (file)
@@ -529,29 +529,4 @@ enum max77693_irq_muic {
        MAX77693_MUIC_IRQ_NR,
 };
 
-enum max77693_types {
-       TYPE_MAX77693_UNKNOWN,
-       TYPE_MAX77693,
-};
-
-struct max77693_dev {
-       struct device *dev;
-       struct i2c_client *i2c;         /* 0xCC , PMIC, Charger, Flash LED */
-       struct i2c_client *muic;        /* 0x4A , MUIC */
-       struct i2c_client *haptic;      /* 0x90 , Haptic */
-
-       enum max77693_types type;
-
-       struct regmap *regmap;
-       struct regmap *regmap_muic;
-       struct regmap *regmap_haptic;
-
-       struct regmap_irq_chip_data *irq_data_led;
-       struct regmap_irq_chip_data *irq_data_topsys;
-       struct regmap_irq_chip_data *irq_data_charger;
-       struct regmap_irq_chip_data *irq_data_muic;
-
-       int irq;
-};
-
 #endif /*  __LINUX_MFD_MAX77693_PRIV_H */
This page took 0.028495 seconds and 5 git commands to generate.