From 0a93f5c4bb384c3a0fd71b5bc3d231f834554dfd Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 1 Aug 2012 16:44:29 +0530 Subject: power: tps80031: battery-charger: register as mfd sub device Register battery charger driver of TPS80031 as mfd sub driver in place of adding it as a sub devices. This is inline with the mfd driver policy. Change-Id: I8cff39f5c9b22434f7c5b9d4ed9f3865ff4c0001 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/121135 Reviewed-by: Bitan Biswas --- include/linux/mfd/tps80031.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h index d3371a750b64..573c8a5ee38c 100644 --- a/include/linux/mfd/tps80031.h +++ b/include/linux/mfd/tps80031.h @@ -206,6 +206,7 @@ struct tps80031_platform_data { int num_regulator_pdata; struct tps80031_rtc_platform_data *rtc_pdata; struct tps80031_bg_platform_data *bg_pdata; + struct tps80031_charger_platform_data *battery_charger_pdata; }; -- cgit v1.2.3