Types defined in efx_types.h are used in efx.h and it is better do not rely on the header inclusion from somewhere else (typically from efsys.h).
Signed-off-by: Andrew Rybchenko <arybche...@solarflare.com> --- drivers/net/sfc/base/efx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/sfc/base/efx.h b/drivers/net/sfc/base/efx.h index 293a0e2..8a2bb39 100644 --- a/drivers/net/sfc/base/efx.h +++ b/drivers/net/sfc/base/efx.h @@ -9,6 +9,7 @@ #include "efx_annote.h" #include "efsys.h" +#include "efx_types.h" #include "efx_check.h" #include "efx_phy_ids.h" -- 1.8.3.1