提交 63ebecc0 编写于 作者: G Grant Likely

of: Remove unneeded and incorrect MODULE_DEVICE_TABLE

The unittest code has a MODULE_DEVICE_TABLE that isn't needed by any of
the unittests, and isn't even correct. Remove it.
Signed-off-by: NGrant Likely <grant.likely@linaro.org>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
上级 a81a6c65
......@@ -965,7 +965,6 @@ static struct of_device_id selftest_match[] = {
{ .compatible = "selftest", },
{},
};
MODULE_DEVICE_TABLE(of, altera_jtaguart_match);
static struct platform_driver selftest_driver = {
.probe = selftest_probe,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册