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:
ae210f1
)
uio: mark pci_device_id hilscher_pci_ids[] __devinitdata
author
Denis Cheng
<crquan@gmail.com>
Sat, 2 Feb 2008 09:51:36 +0000
(17:51 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 20 Apr 2008 02:10:17 +0000
(19:10 -0700)
Signed-off-by: Denis Cheng <crquan@gmail.com>
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
838bae4
..
4a5a97e
100644
(file)
--- a/
drivers/uio/uio_cif.c
+++ b/
drivers/uio/uio_cif.c
@@
-116,7
+116,7
@@
static void hilscher_pci_remove(struct pci_dev *dev)
kfree (info);
}
-static struct pci_device_id hilscher_pci_ids[] = {
+static struct pci_device_id hilscher_pci_ids[]
__devinitdata
= {
{
.vendor = PCI_VENDOR_ID_PLX,
.device = PCI_DEVICE_ID_PLX_9030,