]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
fm10k: using vmalloc requires including linux/vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 1 Oct 2014 07:00:49 +0000 (17:00 +1000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2014 17:41:26 +0000 (13:41 -0400)
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>
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c

index a9bbe60347d815932d5be297ced8ba5ef7c1e5b8..2d04464e6aa32f0bed0f491c621376a4f52afd80 100644 (file)
@@ -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"
 
 struct fm10k_stats {
 #include "fm10k.h"
 
 struct fm10k_stats {