From: Axel Lin Date: Thu, 5 Mar 2015 10:18:45 +0000 (+0800) Subject: phy: omap-control: Remove unneeded ifdef CONFIG_OF guard and of_match_ptr X-Git-Tag: omap-for-v4.2/o2_dc~157^2~3^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9ba767d5918796c7f32724777087f321fde30d;p=pandora-kernel.git phy: omap-control: 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