Skip to content

Commit

Permalink
fm10k: using vmalloc requires including linux/vmalloc.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <[email protected]>
Acked-by: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sfrothwell authored and davem330 committed Oct 1, 2014
1 parent f0a0c1c commit eb51bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*/

#include <linux/vmalloc.h>

#include "fm10k.h"

struct fm10k_stats {
Expand Down

0 comments on commit eb51bba

Please sign in to comment.