From: Axel Lin Date: Thu, 5 Mar 2015 10:20:07 +0000 (+0800) Subject: phy: omap-usb2: Remove unneeded ifdef CONFIG_OF guard and of_match_ptr X-Git-Tag: omap-for-v4.2/o2_dc~157^2~3^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a4a72a1ad675b66ec241c0e33ee6e50df63a93;p=pandora-kernel.git 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 Signed-off-by: Kishon Vijay Abraham I --- Reading git-diff-tree failed