X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fparisc%2Feisa.c;h=103095bbe8c09bd35b5c76e9faff6f62dfeab8a2;hb=088d812fe97a4cc8edaed69f91511ea063b14cef;hp=deeec32a5803c30834469819102f7efac98342ed;hpb=1fcf0069f4715f6f811466db68a547a348b4d5a9;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/parisc/eisa.c b/drivers/parisc/eisa.c index deeec32a5803..103095bbe8c0 100644 --- a/drivers/parisc/eisa.c +++ b/drivers/parisc/eisa.c @@ -340,7 +340,7 @@ static int __init eisa_probe(struct parisc_device *dev) /* Reserve IRQ2 */ setup_irq(2, &irq2_action); for (i = 0; i < 16; i++) { - set_irq_chip_and_handler(i, &eisa_interrupt_type, + irq_set_chip_and_handler(i, &eisa_interrupt_type, handle_simple_irq); }