]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mfd/tps65910.h
mfd: tps65910: Remove unused data
[karo-tx-linux.git] / include / linux / mfd / tps65910.h
index 0b16903f7e8874b9980a2a8e86a5fe9d5a615f6a..20e433e551e3b75d6849c0ed900a14bd4438c401 100644 (file)
@@ -893,7 +893,6 @@ struct tps65910 {
        struct device *dev;
        struct i2c_client *i2c_client;
        struct regmap *regmap;
-       struct mutex io_mutex;
        unsigned int id;
 
        /* Client devices */
@@ -907,7 +906,6 @@ struct tps65910 {
        /* IRQ Handling */
        int chip_irq;
        struct regmap_irq_chip_data *irq_data;
-       struct irq_domain *domain;
 };
 
 struct tps65910_platform_data {