summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-06-16 21:02:14 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:15:06 -0700
commited23a05269ee2ef99cc9a8d2928557f6dd3a2655 (patch)
treef394226e1ea15ed22c3eaeb35e0cd5130f69e054
parent027d947f84403e1c8681b85efe0d6751df5d02c7 (diff)
fixup! rtc: tps80031: Adding driver for TI PMU RTC 80031
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
-rw-r--r--include/linux/mfd/tps80031.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h
index c44340abb82a..78328dbb2617 100644
--- a/include/linux/mfd/tps80031.h
+++ b/include/linux/mfd/tps80031.h
@@ -530,6 +530,7 @@ enum tps80031_pupd_settings {
};
struct tps80031_rtc_platform_data {
+ int irq;
struct rtc_time time;
int msecure_gpio;
};