diff options
-rw-r--r-- | drivers/ata/sata_highbank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c index b1ab7d8c396e..b20aa96b958d 100644 --- a/drivers/ata/sata_highbank.c +++ b/drivers/ata/sata_highbank.c | |||
@@ -251,7 +251,7 @@ static const struct ata_port_info ahci_highbank_port_info = { | |||
251 | }; | 251 | }; |
252 | 252 | ||
253 | static struct scsi_host_template ahci_highbank_platform_sht = { | 253 | static struct scsi_host_template ahci_highbank_platform_sht = { |
254 | AHCI_SHT("highbank-ahci"), | 254 | AHCI_SHT("sata_highbank"), |
255 | }; | 255 | }; |
256 | 256 | ||
257 | static const struct of_device_id ahci_of_match[] = { | 257 | static const struct of_device_id ahci_of_match[] = { |