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 <arybchenko@solarflare.com>
This commit is contained in:
Andrew Rybchenko 2019-06-10 08:38:20 +01:00 committed by Ferruh Yigit
parent dffa4534d5
commit 596bff316d

View File

@ -9,6 +9,7 @@
#include "efx_annote.h"
#include "efsys.h"
#include "efx_types.h"
#include "efx_check.h"
#include "efx_phy_ids.h"