projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a52cefc
)
[libata] pata_cs5536: new API build fix
author
Jeff Garzik
<jeff@garzik.org>
Mon, 15 Oct 2007 22:10:12 +0000
(18:10 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 15 Oct 2007 22:10:12 +0000
(18:10 -0400)
This driver was using hooks that were very recently removed.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_cs5536.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_cs5536.c
b/drivers/ata/pata_cs5536.c
index 21405bf1483760babd98e2ad036ef6b51c15fd41..53070f6b1fc4e1c7e005482cb95c9f00cc92a351 100644
(file)
--- a/
drivers/ata/pata_cs5536.c
+++ b/
drivers/ata/pata_cs5536.c
@@
-239,7
+239,6
@@
static struct scsi_host_template cs5536_sht = {
};
static struct ata_port_operations cs5536_port_ops = {
- .port_disable = ata_port_disable,
.set_piomode = cs5536_set_piomode,
.set_dmamode = cs5536_set_dmamode,
.mode_filter = ata_pci_default_filter,
@@
-269,7
+268,6
@@
static struct ata_port_operations cs5536_port_ops = {
.irq_handler = ata_interrupt,
.irq_clear = ata_bmdma_irq_clear,
.irq_on = ata_irq_on,
- .irq_ack = ata_irq_ack,
.port_start = ata_port_start,
};