Skip to content
Commit 60435ca4 authored by Tom Rini's avatar Tom Rini
Browse files

miiphy.h: Remove CONFIG_DM_xxx guards



Function prototypes must not be guarded with ifdef tests.  Doing so
prevents us from doing:
if (CONFIG_IS_ENABLED(FOO))
  func();

as that results in a warning when CONFIG_FOO is not enabled.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent e5591939
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment