> diff --git a/include/linux/mfd/tps6594.h b/include/linux/mfd/tps6594.h > index 3f7c5e23cd4c..85933f1519c4 100644 > --- a/include/linux/mfd/tps6594.h > +++ b/include/linux/mfd/tps6594.h > @@ -1011,6 +1011,7 @@ struct tps6594 { > bool use_crc; > struct regmap *regmap; > int irq; > + int irq_rtc; irq_rtc should be stored in driver data. > struct regmap_irq_chip_data *irq_data; > }; > Thomas