Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
[firefly-linux-kernel-4.4.55.git] / drivers / mfd / tps65090.c
index 9ca4c44dfc62d07b551e309251fc0634b8e47ab8..396b9d1b6bd68bc80ee0120693949461688b8b9f 100644 (file)
@@ -78,17 +78,6 @@ static struct mfd_cell tps65090s[] = {
        },
 };
 
-struct tps65090 {
-       struct mutex            lock;
-       struct device           *dev;
-       struct i2c_client       *client;
-       struct regmap           *rmap;
-       struct irq_chip         irq_chip;
-       struct mutex            irq_lock;
-       int                     irq_base;
-       unsigned int            id;
-};
-
 int tps65090_write(struct device *dev, int reg, uint8_t val)
 {
        struct tps65090 *tps = dev_get_drvdata(dev);