]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
pata_scc: fix compile warning
authorTejun Heo <htejun@gmail.com>
Thu, 27 Mar 2008 10:44:24 +0000 (19:44 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Apr 2008 19:44:19 +0000 (15:44 -0400)
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>
drivers/ata/pata_scc.c

index 85d33637dff95649a109c5c00bd776c4b0864443..2ed480ef0ff80ab825992bc71462068506a64b1c 100644 (file)
@@ -960,7 +960,7 @@ static struct scsi_host_template scc_sht = {
        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,
 
        .set_piomode            = scc_set_piomode,