diff options
Diffstat (limited to 'drivers/ata/pata_platform.c')
-rw-r--r-- | drivers/ata/pata_platform.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ata/pata_platform.c b/drivers/ata/pata_platform.c index a8429f5c3006..602f5562d6fb 100644 --- a/drivers/ata/pata_platform.c +++ b/drivers/ata/pata_platform.c | |||
@@ -46,8 +46,6 @@ static int pata_platform_set_mode(struct ata_link *link, struct ata_device **unu | |||
46 | return 0; | 46 | return 0; |
47 | } | 47 | } |
48 | 48 | ||
49 | static int ata_dummy_ret0(struct ata_port *ap) { return 0; } | ||
50 | |||
51 | static struct scsi_host_template pata_platform_sht = { | 49 | static struct scsi_host_template pata_platform_sht = { |
52 | .module = THIS_MODULE, | 50 | .module = THIS_MODULE, |
53 | .name = DRV_NAME, | 51 | .name = DRV_NAME, |
@@ -88,8 +86,6 @@ static struct ata_port_operations pata_platform_port_ops = { | |||
88 | 86 | ||
89 | .irq_clear = ata_noop_irq_clear, | 87 | .irq_clear = ata_noop_irq_clear, |
90 | .irq_on = ata_irq_on, | 88 | .irq_on = ata_irq_on, |
91 | |||
92 | .port_start = ata_dummy_ret0, | ||
93 | }; | 89 | }; |
94 | 90 | ||
95 | static void pata_platform_setup_port(struct ata_ioports *ioaddr, | 91 | static void pata_platform_setup_port(struct ata_ioports *ioaddr, |