From 0bf836b37cef4345629ecd8efb1a3e7f30628525 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 1 Aug 2012 16:25:25 +0530 Subject: rtc: tps80031: register as mfd sub device register RTC 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: I2f9c13478a1e85c9670dd7bc576ec761f2e24733 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/121133 Reviewed-by: Automatic_Commit_Validation_User --- 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 974fc0db0ff2..d0cef7395172 100644 --- a/include/linux/mfd/tps80031.h +++ b/include/linux/mfd/tps80031.h @@ -199,6 +199,7 @@ struct tps80031_platform_data { int pupd_init_data_size; struct tps80031_regulator_platform_data **regulator_pdata; int num_regulator_pdata; + struct tps80031_rtc_platform_data *rtc_pdata; }; struct tps80031_bg_platform_data { -- cgit v1.2.3