summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-08-02 20:36:05 +0530
committerSimone Willett <swillett@nvidia.com>2012-08-03 14:03:22 -0700
commitf0418d51dd8388c195530129b00020d52b8a892e (patch)
tree6ed4a57940503dca75ce12b069290b02eaa532b9 /include/linux
parent780398708668908b7a79c948f2751576b1846618 (diff)
mfd: tps65090: remove unused member from tps65090 structure
The structure tps65090 have member as "client", "lock", "id" which is no more required. Removing this member from structure. Change-Id: I18e64c77caeaa0e9c4a23bbb3cd1a6b3419e36d4 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/120844
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/tps65090.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/tps65090.h b/include/linux/mfd/tps65090.h
index ba6b80aa0992..7ae86b956710 100644
--- a/include/linux/mfd/tps65090.h
+++ b/include/linux/mfd/tps65090.h
@@ -26,14 +26,11 @@
#include <linux/regmap.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_platform_data {