projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e16f94
)
[libata] pata_cs5535: fix build
author
Jeff Garzik
<jeff@garzik.org>
Sun, 3 Dec 2006 12:57:21 +0000
(07:57 -0500)
committer
Jeff Garzik
<jeff@garzik.org>
Sun, 3 Dec 2006 12:57:21 +0000
(07:57 -0500)
Noticed by Tejun and others.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_cs5535.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_cs5535.c
b/drivers/ata/pata_cs5535.c
index 73b9b5453a3cf9944b10fdaa0d1039b924d7fb21..e3efec4ffc79ada787f54d8b612b6cf1db294168 100644
(file)
--- a/
drivers/ata/pata_cs5535.c
+++ b/
drivers/ata/pata_cs5535.c
@@
-269,7
+269,7
@@
static struct pci_driver cs5535_pci_driver = {
.name = DRV_NAME,
.id_table = cs5535,
.probe = cs5535_init_one,
- .remove = ata_pci_remove_one
+ .remove = ata_pci_remove_one
,
.suspend = ata_pci_device_suspend,
.resume = ata_pci_device_resume,
};