Files
u-boot/include
Tom Rini 60435ca4da 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: Tom Rini <trini@konsulko.com>
2022-01-18 13:38:00 -05:00
..
2022-01-18 08:31:02 -05:00
2021-12-15 12:16:15 -05:00
2022-01-15 10:57:22 +01:00
2022-01-13 09:13:41 -07:00
2022-01-18 13:38:00 -05:00
2022-01-12 09:56:40 +09:00
2021-12-27 08:41:38 -05:00
2022-01-15 10:57:22 +01:00
2021-12-26 23:32:46 +01:00
2022-01-14 13:16:11 -05:00