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:
Robby Cai
2009-11-09 12:01:29 +08:00
committed by Matt Sealey
parent d81ea62f18
commit 34d7b459f6

View File

@@ -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,