diff options
| author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-11-19 22:14:47 -0500 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-21 10:07:52 -0500 |
| commit | 3863db3e800c64e21e4effcc3de0f72cdb9b0d77 (patch) | |
| tree | 22fdb7439685a9180b3f99bb3cae14f2be468cee /include/linux/mfd | |
| parent | e8e6f047e666a1682b59e52637a7acaa8a0b4c89 (diff) | |
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')
| -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 6bc31d85462..6c576224f63 100644 --- a/include/linux/mfd/tps65090.h +++ b/include/linux/mfd/tps65090.h | |||
| @@ -25,26 +25,15 @@ | |||
| 25 | #include <linux/irq.h> | 25 | #include <linux/irq.h> |
| 26 | 26 | ||
| 27 | struct tps65090 { | 27 | struct tps65090 { |
| 28 | struct mutex lock; | ||
| 29 | struct device *dev; | 28 | struct device *dev; |
| 30 | struct i2c_client *client; | ||
| 31 | struct regmap *rmap; | 29 | struct regmap *rmap; |
| 32 | struct irq_chip irq_chip; | 30 | struct irq_chip irq_chip; |
| 33 | struct mutex irq_lock; | 31 | struct mutex irq_lock; |
| 34 | int irq_base; | 32 | int irq_base; |
| 35 | unsigned int id; | ||
| 36 | }; | ||
| 37 | |||
| 38 | struct tps65090_subdev_info { | ||
| 39 | int id; | ||
| 40 | const char *name; | ||
| 41 | void *platform_data; | ||
| 42 | }; | 33 | }; |
| 43 | 34 | ||
| 44 | struct tps65090_platform_data { | 35 | struct tps65090_platform_data { |
| 45 | int irq_base; | 36 | int irq_base; |
| 46 | int num_subdevs; | ||
| 47 | struct tps65090_subdev_info *subdevs; | ||
| 48 | }; | 37 | }; |
| 49 | 38 | ||
| 50 | /* | 39 | /* |
