Commit fa4f257c authored by Russell King's avatar Russell King

[MMC] Fix PXA MCI driver name.

parent 08477099
...@@ -570,7 +570,7 @@ static int pxamci_resume(struct device *dev, u32 level) ...@@ -570,7 +570,7 @@ static int pxamci_resume(struct device *dev, u32 level)
} }
static struct device_driver pxamci_driver = { static struct device_driver pxamci_driver = {
.name = "pxamci", .name = "pxa2xx-mci",
.bus = &platform_bus_type, .bus = &platform_bus_type,
.probe = pxamci_probe, .probe = pxamci_probe,
.remove = pxamci_remove, .remove = pxamci_remove,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment