diff options
author | Robert Richter <[email protected]> | 2013-04-30 18:57:18 +0200 |
---|---|---|
committer | Jeff Garzik <[email protected]> | 2013-04-30 18:02:56 -0400 |
commit | 2cc1144a31f76d4a9fb48bec5d6ba1359f980813 (patch) | |
tree | 387c43fe8b8cfbeed6cb28b0f06d60a58de4246e | |
parent | 19ccee765f8030c1e36720b6bcb7e8bd8262af5c (diff) |
sata_highbank: Rename proc_name to the module name
mkinitrd looks at /sys/class/scsi_host/host$hostnum/proc_name to find
the module name of a disk driver. Current name is "highbank-ahci" but
the module is "sata_highbank". Rename it to match the module name.
Cc: Rob Herring <[email protected]>
Cc: Alexander Graf <[email protected]>
Cc: <[email protected]> v3.7..
Signed-off-by: Robert Richter <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
-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 = { }; static struct scsi_host_template ahci_highbank_platform_sht = { - AHCI_SHT("highbank-ahci"), + AHCI_SHT("sata_highbank"), }; static const struct of_device_id ahci_of_match[] = { |