Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed40082d authored by Sachin Kamat's avatar Sachin Kamat Committed by Felipe Balbi
Browse files

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 16da4b17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},
};