Commit 1c112a64 authored by Mitch Williams's avatar Mitch Williams Committed by Jeff Kirsher

i40e: add required include

On some architectures, this header must be explicitly included.

Change-ID: I4bc2eb0531956a7b676489f79d347d55cfe12421
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Tested-by: default avatarKavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent b831607d
...@@ -97,10 +97,6 @@ ...@@ -97,10 +97,6 @@
#define STRINGIFY(foo) #foo #define STRINGIFY(foo) #foo
#define XSTRINGIFY(bar) STRINGIFY(bar) #define XSTRINGIFY(bar) STRINGIFY(bar)
#ifndef ARCH_HAS_PREFETCH
#define prefetch(X)
#endif
#define I40E_RX_DESC(R, i) \ #define I40E_RX_DESC(R, i) \
((ring_is_16byte_desc_enabled(R)) \ ((ring_is_16byte_desc_enabled(R)) \
? (union i40e_32byte_rx_desc *) \ ? (union i40e_32byte_rx_desc *) \
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* *
******************************************************************************/ ******************************************************************************/
#include <linux/prefetch.h>
#include "i40e.h" #include "i40e.h"
#include "i40e_prototype.h" #include "i40e_prototype.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment