From: Tobias Klauser Date: Wed, 10 Sep 2014 07:34:51 +0000 (+0200) Subject: staging: vt6655: Remove unnecessary condition around include X-Git-Tag: v3.18-rc1~130^2~447 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=b4a814d4a99508ba9070c85deb19ce8a64154721;p=cascardo%2Flinux.git staging: vt6655: Remove unnecessary condition around include ethtool (and SIOCETHTOOL in particular) is part of Linux since the pre-git era, it thus makes no sense no sense to make the include of linux/ethtool.h conditional. Also remove the unused define DEVICE_ETHTOOL_IOCTL_SUPPORT. Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h index e37469a1660a..ddd356aa7eaf 100644 --- a/drivers/staging/vt6655/device.h +++ b/drivers/staging/vt6655/device.h @@ -55,12 +55,7 @@ #include #include #include -#ifdef SIOCETHTOOL -#define DEVICE_ETHTOOL_IOCTL_SUPPORT #include -#else -#undef DEVICE_ETHTOOL_IOCTL_SUPPORT -#endif /* Include Wireless Extension definition and check version - Jean II */ #include #include // New driver API