Files
u-boot/drivers
Ramon Fried 596ec9ba5e net: tsec: Mark tsec_get_interface as __maybe_unused
Non DM builds fail with the following error:
drivers/net/tsec.c:641:24: error: 'tsec_get_interface' defined but not used [-Werror=unused-function]
  641 | static phy_interface_t tsec_get_interface(struct tsec_private *priv)

Fix that.

Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
2021-09-28 18:50:55 +03:00
..
2021-07-21 10:27:35 -06:00
2021-09-13 18:23:13 -04:00
2021-09-13 18:23:13 -04:00
2021-09-14 00:02:10 +01:00
2021-09-28 18:50:55 +03:00
2021-09-13 18:23:13 -04:00
2021-09-14 09:07:18 -04:00
2021-09-13 18:23:13 -04:00
2021-09-13 18:23:13 -04:00
2021-08-09 14:46:51 +02:00