summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/memory/ti-aemif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memory/ti-aemif.c b/drivers/memory/ti-aemif.c
index 2744b1b91b57..588e58d40d1b 100644
--- a/drivers/memory/ti-aemif.c
+++ b/drivers/memory/ti-aemif.c
@@ -422,7 +422,7 @@ static struct platform_driver aemif_driver = {
422 .probe = aemif_probe, 422 .probe = aemif_probe,
423 .remove = aemif_remove, 423 .remove = aemif_remove,
424 .driver = { 424 .driver = {
425 .name = KBUILD_MODNAME, 425 .name = "ti-aemif",
426 .of_match_table = of_match_ptr(aemif_of_match), 426 .of_match_table = of_match_ptr(aemif_of_match),
427 }, 427 },
428}; 428};