diff options
| author | Lennert Buytenhek <[email protected]> | 2010-12-13 13:31:18 +0100 |
|---|---|---|
| committer | Samuel Ortiz <[email protected]> | 2011-01-14 12:38:11 +0100 |
| commit | c45c685c1a582e27787b5aa85844f2ee6986018c (patch) | |
| tree | 978d0d874c4d0b929ca9d955465688f24408e566 | |
| parent | 1db0b427eec6f18477fa95aab8edf6176dffcea4 (diff) | |
mfd: twl6030 irq_data conversion.
Signed-off-by: Lennert Buytenhek <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
| -rw-r--r-- | drivers/mfd/twl6030-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl6030-irq.c b/drivers/mfd/twl6030-irq.c index 06c8955907e9..4082ed73613f 100644 --- a/drivers/mfd/twl6030-irq.c +++ b/drivers/mfd/twl6030-irq.c @@ -332,7 +332,7 @@ int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end) */ twl6030_irq_chip = dummy_irq_chip; twl6030_irq_chip.name = "twl6030"; - twl6030_irq_chip.set_type = NULL; + twl6030_irq_chip.irq_set_type = NULL; for (i = irq_base; i < irq_end; i++) { set_irq_chip_and_handler(i, &twl6030_irq_chip, |