Skip to content
Commit 444c5f92 authored by Tobias Klauser's avatar Tobias Klauser Committed by David S. Miller
Browse files

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: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 03679a14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment