Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1796d98 authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik
Browse files

pata_scc: fix compile warning



Missed one during mass conversion (dc14c0c5).  Fix it.  Spotted by
Stephen Rothwell.

Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 15a5551c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -960,7 +960,7 @@ static struct scsi_host_template scc_sht = {
	ATA_BMDMA_SHT(DRV_NAME),
	ATA_BMDMA_SHT(DRV_NAME),
};
};


static const struct ata_port_operations scc_pata_ops = {
static struct ata_port_operations scc_pata_ops = {
	.inherits		= &ata_bmdma_port_ops,
	.inherits		= &ata_bmdma_port_ops,


	.set_piomode		= scc_set_piomode,
	.set_piomode		= scc_set_piomode,