From 20f1a101e669063e050a26e722bbc292d389352a Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sun, 5 Aug 2012 13:31:20 +0530 Subject: 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 Reviewed-on: http://git-master/r/121137 Reviewed-by: Bitan Biswas --- include/linux/mfd/tps80031.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3