From b4a814d4a99508ba9070c85deb19ce8a64154721 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 10 Sep 2014 09:34:51 +0200 Subject: [PATCH] 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 --- drivers/staging/vt6655/device.h | 5 ----- 1 file changed, 5 deletions(-) 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