From 596bff316da6ce002428311c43b6c20e9f9daafe Mon Sep 17 00:00:00 2001 From: Andrew Rybchenko Date: Mon, 10 Jun 2019 08:38:20 +0100 Subject: [PATCH] net/sfc/base: do not rely on indirect header inclusion 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 --- 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 293a0e254f..8a2bb39150 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" -- 2.20.1