scsi: ata: Declare SCSI host templates const
[linux-2.6-microblaze.git] / drivers / ata / ata_generic.c
index 20a32e4..2f57ec0 100644 (file)
@@ -95,7 +95,7 @@ static int generic_set_mode(struct ata_link *link, struct ata_device **unused)
        return 0;
 }
 
-static struct scsi_host_template generic_sht = {
+static const struct scsi_host_template generic_sht = {
        ATA_BMDMA_SHT(DRV_NAME),
 };