diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-08-02 20:00:23 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-08-03 14:02:24 -0700 |
commit | 146c11e900a5ce6b477de86a695cb4bbe5dbc775 (patch) | |
tree | b5bb5d0392155115b82dba646d9e89755f26dafe /drivers/mfd | |
parent | 4b5f13c7b8a277ff1572984fd020bd828f2cceb7 (diff) |
mfd: tps65090: remove duplicate mfd cells
TPS65090 add mfd sub device of "tps65090-pmic" and
"tps65090-regualtor" which is same.
Remove one of them.
Change-Id: Id02a432cbd240bd9deec9dce6865491afcec6303
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/120840
Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/tps65090.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index 9ca4c44dfc62..a4862c6fc9b5 100644 --- a/drivers/mfd/tps65090.c +++ b/drivers/mfd/tps65090.c @@ -73,9 +73,6 @@ static struct mfd_cell tps65090s[] = { { .name = "tps65910-pmic", }, - { - .name = "tps65910-regulator", - }, }; struct tps65090 { |