git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dffa453
)
net/sfc/base: do not rely on indirect header inclusion
author
Andrew Rybchenko
<arybchenko@solarflare.com>
Mon, 10 Jun 2019 07:38:20 +0000
(08:38 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Thu, 20 Jun 2019 21:42:04 +0000
(23:42 +0200)
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>
drivers/net/sfc/base/efx.h
patch
|
blob
|
history
diff --git
a/drivers/net/sfc/base/efx.h
b/drivers/net/sfc/base/efx.h
index
293a0e2
..
8a2bb39
100644
(file)
--- 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"