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: Sachin Kamat <sachin.kamat@linaro.org> Cc: WingMan Kwok <w-kwok2@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
16da4b174b
commit
ed40082da0
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ static struct platform_driver keystone_usbphy_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "keystone-usbphy",
|
.name = "keystone-usbphy",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.of_match_table = of_match_ptr(keystone_usbphy_ids),
|
.of_match_table = keystone_usbphy_ids,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue