diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-11-20 07:14:47 +0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-21 19:07:52 +0400 |
commit | 3863db3e800c64e21e4effcc3de0f72cdb9b0d77 (patch) | |
tree | 22fdb7439685a9180b3f99bb3cae14f2be468cee /include/linux/mfd/tps65090.h | |
parent | e8e6f047e666a1682b59e52637a7acaa8a0b4c89 (diff) | |
download | linux-3863db3e800c64e21e4effcc3de0f72cdb9b0d77.tar.xz |
mfd: tps65090: Remove unused member of struct tps65090
Remove unused member from tps65090 data structure as
these are not used.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/tps65090.h')
-rw-r--r-- | include/linux/mfd/tps65090.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/mfd/tps65090.h b/include/linux/mfd/tps65090.h index 6bc31d854626..6c576224f637 100644 --- a/include/linux/mfd/tps65090.h +++ b/include/linux/mfd/tps65090.h @@ -25,26 +25,15 @@ #include <linux/irq.h> 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; -}; - -struct tps65090_subdev_info { - int id; - const char *name; - void *platform_data; }; struct tps65090_platform_data { int irq_base; - int num_subdevs; - struct tps65090_subdev_info *subdevs; }; /* |