diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-08-05 13:31:20 +0530 |
---|---|---|
committer | Lokesh Pathak <lpathak@nvidia.com> | 2012-08-07 08:46:06 -0700 |
commit | 20f1a101e669063e050a26e722bbc292d389352a (patch) | |
tree | f24cadcebf3b680834130c3be69a3ad3a226e5af /include/linux/mfd/tps80031.h | |
parent | bb4dfdc63e617afe49eb727f70e6638d7e8759c2 (diff) |
mfd: tps80031: remove support for subdevs registration
The mfd sub devices should get added through the
mfd_add_devices() not through legacy style of
adding sub devices.
Change-Id: If275d41629d799f1e22d95fd442ebe7d3ace448e
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/121137
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'include/linux/mfd/tps80031.h')
-rw-r--r-- | include/linux/mfd/tps80031.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h index 573c8a5ee38c..2fa29e910ba2 100644 --- a/include/linux/mfd/tps80031.h +++ b/include/linux/mfd/tps80031.h @@ -190,8 +190,6 @@ struct tps80031_bg_platform_data { }; struct tps80031_platform_data { - int num_subdevs; - struct tps80031_subdev_info *subdevs; int gpio_base; int irq_base; struct tps80031_32kclock_plat_data *clk32k_pdata; |