[PATCH] irq-flags: rio: Use the new IRQF_ constants

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Thomas Gleixner and committed by
Linus Torvalds
5d8c8a2e 6b4486e2

+1 -1
+1 -1
drivers/char/rio/rio_linux.c
··· 1119 1119 for (i = 0; i < p->RIONumHosts; i++) { 1120 1120 hp = &p->RIOHosts[i]; 1121 1121 if (hp->Ivec) { 1122 - int mode = SA_SHIRQ; 1122 + int mode = IRQF_SHARED; 1123 1123 if (hp->Ivec & 0x8000) { 1124 1124 mode = 0; 1125 1125 hp->Ivec &= 0x7fff;