libata: const-ification bombing run
[deliverable/linux.git] / drivers / scsi / sata_via.c
index 565872479b9a03258a0dc3351c24d83fb4665c6c..80e291a909a972be9dc34366df1ab407689a22fc 100644 (file)
@@ -109,7 +109,7 @@ static Scsi_Host_Template svia_sht = {
        .ordered_flush          = 1,
 };
 
-static struct ata_port_operations svia_sata_ops = {
+static const struct ata_port_operations svia_sata_ops = {
        .port_disable           = ata_port_disable,
 
        .tf_load                = ata_tf_load,
This page took 0.030409 seconds and 5 git commands to generate.