projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c8677
)
uio: Remove IRQF_DISABLED flag from uio_cif.c
author
Hans J. Koch
<hjk@linutronix.de>
Wed, 9 Jun 2010 23:18:08 +0000
(
01:18
+0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 5 Aug 2010 20:53:33 +0000
(13:53 -0700)
Remove IRQF_DISABLED since it is deprecated and a no-op in the
current kernel.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/uio/uio_cif.c
patch
|
blob
|
history
diff --git
a/drivers/uio/uio_cif.c
b/drivers/uio/uio_cif.c
index
371f87f
..
a8ea2f1
100644
(file)
--- a/
drivers/uio/uio_cif.c
+++ b/
drivers/uio/uio_cif.c
@@
-79,7
+79,7
@@
static int __devinit hilscher_pci_probe(struct pci_dev *dev,
}
info->version = "0.0.1";
info->irq = dev->irq;
- info->irq_flags = IRQF_
DISABLED | IRQF_
SHARED;
+ info->irq_flags = IRQF_SHARED;
info->handler = hilscher_handler;
if (uio_register_device(&dev->dev, info))