diff options
author | Tejun Heo <htejun@gmail.com> | 2008-03-27 06:44:24 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-17 15:44:19 -0400 |
commit | c1796d9850aaa97ee7492d090499b5508971514b (patch) | |
tree | 5ff4949f9d11d8b08ff2a9b6bc8b713e30429367 /drivers/ata/pata_scc.c | |
parent | 15a5551c847c8787d6cd75b8cf7682cd6d642e1b (diff) |
pata_scc: fix compile warning
Missed one during mass conversion (dc14c0c5). Fix it. Spotted by
Stephen Rothwell.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_scc.c')
-rw-r--r-- | drivers/ata/pata_scc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_scc.c b/drivers/ata/pata_scc.c index 85d33637dff9..2ed480ef0ff8 100644 --- a/drivers/ata/pata_scc.c +++ b/drivers/ata/pata_scc.c | |||
@@ -960,7 +960,7 @@ static struct scsi_host_template scc_sht = { | |||
960 | ATA_BMDMA_SHT(DRV_NAME), | 960 | ATA_BMDMA_SHT(DRV_NAME), |
961 | }; | 961 | }; |
962 | 962 | ||
963 | static const struct ata_port_operations scc_pata_ops = { | 963 | static struct ata_port_operations scc_pata_ops = { |
964 | .inherits = &ata_bmdma_port_ops, | 964 | .inherits = &ata_bmdma_port_ops, |
965 | 965 | ||
966 | .set_piomode = scc_set_piomode, | 966 | .set_piomode = scc_set_piomode, |