]> git.baikalelectronics.ru Git - kernel.git/commit
phy: omap-usb2: Remove unneeded ifdef CONFIG_OF guard and of_match_ptr
authorAxel Lin <axel.lin@ingics.com>
Thu, 5 Mar 2015 10:20:07 +0000 (18:20 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 10 Mar 2015 08:42:27 +0000 (14:12 +0530)
commitaeccbc3b85760ad5c8e25b0f4cb8f5964bd68dea
treee0ca80d625796a9cda73993f6971a8146cd04894
parent0d18d17321667187c85fb58a04afd8e1efdef7c8
phy: omap-usb2: Remove unneeded ifdef CONFIG_OF guard and of_match_ptr

if !CONFIG_OF, the probe fails.
This is a dt-only driver, so the ifdef CONFIG_OF guard and of_match_ptr are
not needed.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-omap-usb2.c