[SPARC64]: Fix typo in isa_dev_get_irq_using_imap().

Signed-off-by: David S. Miller <davem@davemloft.net>

authored by David S. Miller and committed by David S. Miller d44b3be8 24ac26d4

+1 -1
+1 -1
arch/sparc64/kernel/isa.c
··· 75 75 struct linux_prom_registers *reg) 76 76 { 77 77 struct linux_prom_ebus_intmap *imap; 78 - struct linux_prom_ebus_intmap *imask; 78 + struct linux_prom_ebus_intmask *imask; 79 79 unsigned int hi, lo, irq; 80 80 int i, len, n_imap; 81 81