提交 ed40082d 编写于 作者: S Sachin Kamat 提交者: Felipe Balbi

usb: phy-keystone: Remove redundant of_match_ptr helper

'keystone_usbphy_ids' is always compiled in. Hence the
helper macro is not needed.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Cc: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 16da4b17
......@@ -129,7 +129,7 @@ static struct platform_driver keystone_usbphy_driver = {
.driver = {
.name = "keystone-usbphy",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(keystone_usbphy_ids),
.of_match_table = keystone_usbphy_ids,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册