From: Jeff Kirsher
Date: Wed, 19 Aug 2015 17:57:54 -0700
> +inline int i40e_allocate_dma_mem_d(struct i40e_hw *hw,
> +struct i40e_dma_mem *mem,
> +u64 size, u32 alignment)
> +{
All of these should be "static inline" otherwise GCC is
From: Anjali Singhai Jain
A new header file i40e_helper.h is added to both the PF and VF driver
with functions used by both drivers.
Change-ID: I3c6daedc2ff6f32bc7624bf5eaef05899d35f28b
Signed-off-by: Anjali Singhai Jain
Tested-by: Andrew Bowers
Signed-off-by: Jeff Kirsher
---
drivers/net/et