mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-25 08:04:07 +00:00
ENGR00118079-1 fix mismatch of names of SPI device and driver
change the spi driver's name Signed-off-by: Robby Cai <R63905@freescale.com>
This commit is contained in:
@@ -665,7 +665,7 @@ static struct platform_driver stmp_spi_driver = {
|
||||
.probe = stmp_spi_probe,
|
||||
.remove = __devexit_p(stmp_spi_remove),
|
||||
.driver = {
|
||||
.name = "stmp37xx_ssp",
|
||||
.name = "stmp3xxx_ssp",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.suspend = stmp_spi_suspend,
|
||||
|
||||
Reference in New Issue
Block a user