mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] irq-flags: drivers/char: 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>
This commit is contained in:
parent
69ab3912d1
commit
0f2ed4c6ba
37 changed files with 77 additions and 77 deletions
|
@ -1282,7 +1282,7 @@ static int __devinit sonypi_setup_irq(struct sonypi_device *dev,
|
|||
while (irq_list->irq) {
|
||||
|
||||
if (!request_irq(irq_list->irq, sonypi_irq,
|
||||
SA_SHIRQ, "sonypi", sonypi_irq)) {
|
||||
IRQF_SHARED, "sonypi", sonypi_irq)) {
|
||||
dev->irq = irq_list->irq;
|
||||
dev->bits = irq_list->bits;
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue