Selaa lähdekoodia

fm10k: using vmalloc requires including linux/vmalloc.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Rothwell 11 vuotta sitten
vanhempi
commit
eb51bbaf8d
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c

+ 2 - 0
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c

@@ -18,6 +18,8 @@
  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  */
  */
 
 
+#include <linux/vmalloc.h>
+
 #include "fm10k.h"
 #include "fm10k.h"
 
 
 struct fm10k_stats {
 struct fm10k_stats {