提交 f12cb8e2 编写于 作者: B Bartosz Golaszewski 提交者: Santosh Shilimkar

memory: aemif: don't rely on kbuild for driver's name

We want to use aemif from board files. Use a static name in the
driver's code.
Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@oracle.com>
上级 60cc43fc
......@@ -422,7 +422,7 @@ static struct platform_driver aemif_driver = {
.probe = aemif_probe,
.remove = aemif_remove,
.driver = {
.name = KBUILD_MODNAME,
.name = "ti-aemif",
.of_match_table = of_match_ptr(aemif_of_match),
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册