Loading drivers/mfd/tps80031.c +1 −5 Original line number Diff line number Diff line Loading @@ -35,11 +35,7 @@ #include <linux/slab.h> static const struct resource tps80031_rtc_resources[] = { { .start = TPS80031_INT_RTC_ALARM, .end = TPS80031_INT_RTC_ALARM, .flags = IORESOURCE_IRQ, }, DEFINE_RES_IRQ(TPS80031_INT_RTC_ALARM), }; /* TPS80031 sub mfd devices */ Loading Loading
drivers/mfd/tps80031.c +1 −5 Original line number Diff line number Diff line Loading @@ -35,11 +35,7 @@ #include <linux/slab.h> static const struct resource tps80031_rtc_resources[] = { { .start = TPS80031_INT_RTC_ALARM, .end = TPS80031_INT_RTC_ALARM, .flags = IORESOURCE_IRQ, }, DEFINE_RES_IRQ(TPS80031_INT_RTC_ALARM), }; /* TPS80031 sub mfd devices */ Loading