mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
e1000e: Need to include vmalloc.h
Otherwise (on sparc64): drivers/net/ethernet/intel/e1000e/ethtool.c:657:3: error: implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration] Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1e2927b081
commit
c85c21ad1f
@ -34,6 +34,7 @@
|
||||
#include <linux/pci.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
#include "e1000.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user