Skip to content
Snippets Groups Projects
Commit 73da16c2 authored by David S. Miller's avatar David S. Miller
Browse files

ethtool: Fix build due to lack of ethtool.h include.


net/core/ethtool.c: In function 'ethtool_get_regs':
net/core/ethtool.c:818:2: error: implicit declaration of function 'vmalloc'
net/core/ethtool.c:818:9: warning: assignment makes pointer from integer without a cast
net/core/ethtool.c:833:2: error: implicit declaration of function 'vfree'

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 10ed61c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment