Commit 0a85b4827e9960295fbf4ca0f32bb357693cc5f7

Authored by Lennert Buytenhek
Committed by Samuel Ortiz
1 parent dd9c1549ed

mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED

Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -143,9 +143,9 @@
143 143 unsigned long flags;
144 144 struct asic3 *asic;
145 145  
146   - desc->chip->ack(irq);
  146 + desc->irq_data.chip->irq_ack(&desc->irq_data);
147 147  
148   - asic = desc->handler_data;
  148 + asic = get_irq_data(irq);
149 149  
150 150 for (iter = 0 ; iter < MAX_ASIC_ISR_LOOPS; iter++) {
151 151 u32 status;