libata: const-ification bombing run
[deliverable/linux.git] / drivers / scsi / sata_sil24.c
index 19857814d69fbe25874b19565b58115896cc4128..32d730bd5bb605468b3ba67f07420a8ef2480fca 100644 (file)
@@ -275,7 +275,7 @@ static Scsi_Host_Template sil24_sht = {
        .ordered_flush          = 1, /* NCQ not supported yet */
 };
 
-static struct ata_port_operations sil24_ops = {
+static const struct ata_port_operations sil24_ops = {
        .port_disable           = ata_port_disable,
 
        .check_status           = sil24_check_status,
This page took 0.024415 seconds and 5 git commands to generate.