Masahiro Yamada 1cd9b3abf5 net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()
In net/Kconfig, NET_DEVLINK implies NET_DROP_MONITOR.

The original behavior of the 'imply' keyword prevents NET_DROP_MONITOR
from being 'm' when NET_DEVLINK=y.

With the planned Kconfig change that relaxes the 'imply', the
combination of NET_DEVLINK=y and NET_DROP_MONITOR=m would be allowed.

Use IS_REACHABLE() to avoid the vmlinux link error for this case.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2020-03-13 10:04:45 +09:00
..
2020-02-28 09:02:18 -08:00
2020-02-08 14:17:27 -08:00
2019-11-30 14:35:43 -08:00
2020-01-08 14:38:06 +01:00
2020-02-08 14:04:19 -08:00
2020-02-18 13:33:39 +01:00
2020-02-08 14:04:19 -08:00
2020-02-21 12:44:53 -08:00
2020-02-05 17:44:14 +00:00