X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fplatforms%2Fcell%2Fbeat_interrupt.c;h=f9a48af335cb8d17b52cb1ed34503175d0772fef;hb=bc0cf58ec7ccd09dfcd134b9a20fb4fdc4d24554;hp=e5c3a2c6090d186b5ddeb5941514bda73d165065;hpb=eb05df9e7e793f3134dbb574c7ccc05f7932bc59;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/powerpc/platforms/cell/beat_interrupt.c b/arch/powerpc/platforms/cell/beat_interrupt.c index e5c3a2c6090d..f9a48af335cb 100644 --- a/arch/powerpc/platforms/cell/beat_interrupt.c +++ b/arch/powerpc/platforms/cell/beat_interrupt.c @@ -239,7 +239,7 @@ void __init beatic_init_IRQ(void) ppc_md.get_irq = beatic_get_irq; /* Allocate an irq host */ - beatic_host = irq_domain_add_nomap(NULL, &beatic_pic_host_ops, NULL); + beatic_host = irq_domain_add_nomap(NULL, 0, &beatic_pic_host_ops, NULL); BUG_ON(beatic_host == NULL); irq_set_default_host(beatic_host); }