Commit e621e691 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by David S. Miller

[NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef

Signed-off-by: default avatarKirill A. Shutemov <k.shutemov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e9720acd
......@@ -12,6 +12,7 @@
#ifndef _LINUX_ETHTOOL_H
#define _LINUX_ETHTOOL_H
#include <linux/types.h>
/* This should work for both 32 and 64 bit userland. */
struct ethtool_cmd {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment