aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tps65910.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/tps65910.h')
-rw-r--r--include/linux/mfd/tps65910.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h
index ab04e901e57..dd8dc0a6c46 100644
--- a/include/linux/mfd/tps65910.h
+++ b/include/linux/mfd/tps65910.h
@@ -830,6 +830,9 @@ struct tps65910 {
830 struct tps65910_rtc *rtc; 830 struct tps65910_rtc *rtc;
831 struct tps65910_power *power; 831 struct tps65910_power *power;
832 832
833 /* Device node parsed board data */
834 struct tps65910_board *of_plat_data;
835
833 /* IRQ Handling */ 836 /* IRQ Handling */
834 struct mutex irq_lock; 837 struct mutex irq_lock;
835 int chip_irq; 838 int chip_irq;