diff options
-rw-r--r-- | include/linux/mfd/tps65217.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/mfd/tps65217.h b/include/linux/mfd/tps65217.h index 4ccda8969639..3cbec4b2496a 100644 --- a/include/linux/mfd/tps65217.h +++ b/include/linux/mfd/tps65217.h | |||
@@ -234,12 +234,11 @@ struct tps65217_bl_pdata { | |||
234 | int dft_brightness; | 234 | int dft_brightness; |
235 | }; | 235 | }; |
236 | 236 | ||
237 | enum tps65217_irq_type { | 237 | /* Interrupt numbers */ |
238 | TPS65217_IRQ_PB, | 238 | #define TPS65217_IRQ_USB 0 |
239 | TPS65217_IRQ_AC, | 239 | #define TPS65217_IRQ_AC 1 |
240 | TPS65217_IRQ_USB, | 240 | #define TPS65217_IRQ_PB 2 |
241 | TPS65217_NUM_IRQ | 241 | #define TPS65217_NUM_IRQ 3 |
242 | }; | ||
243 | 242 | ||
244 | /** | 243 | /** |
245 | * struct tps65217_board - packages regulator init data | 244 | * struct tps65217_board - packages regulator init data |