scsi: ata: Declare SCSI host templates const
[linux-2.6-microblaze.git] / drivers / ata / pata_sis.c
index 92e4cf0..31de06b 100644 (file)
@@ -539,7 +539,7 @@ static unsigned int sis_133_mode_filter(struct ata_device *adev, unsigned int ma
        return mask;
 }
 
-static struct scsi_host_template sis_sht = {
+static const struct scsi_host_template sis_sht = {
        ATA_BMDMA_SHT(DRV_NAME),
 };