From: Tobias Klauser Date: Wed, 9 Sep 2015 09:24:29 +0000 (+0200) Subject: net: ethoc: Remove unnecessary #ifdef CONFIG_OF X-Git-Tag: omap-for-v4.3/fixes-rc1~42^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444c5f92ed152346aef0952316e0ea855129846c;p=pandora-kernel.git net: ethoc: Remove unnecessary #ifdef CONFIG_OF For !CONFIG_OF of_get_property() is defined to always return NULL. Thus there's no need to protect the call to of_get_property() with #ifdef CONFIG_OF. Signed-off-by: Tobias Klauser Signed-off-by: David S. Miller --- Reading git-diff-tree failed