libata: const-ification bombing run
[deliverable/linux.git] / drivers / scsi / sata_sil.c
index f6f0184e1ac858c9f9acf5207a5b297019a58c9b..3a056173fb95a2c9a62598906fcec57231e7db76 100644 (file)
@@ -150,7 +150,7 @@ static Scsi_Host_Template sil_sht = {
        .ordered_flush          = 1,
 };
 
-static struct ata_port_operations sil_ops = {
+static const struct ata_port_operations sil_ops = {
        .port_disable           = ata_port_disable,
        .dev_config             = sil_dev_config,
        .tf_load                = ata_tf_load,
This page took 0.025969 seconds and 5 git commands to generate.