From 9a65cf11e11a7545e529e677dd2ccb0c38dc3042 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Wed, 25 Jun 2014 21:20:11 +0100 Subject: [PATCH] staging: vt6656: remove unneeded config and headers Remove WIRELESS_EXT and WEXT_PRIV remove net/iw_handler.h, linux/etherdevice.h and net/cfg80211.h Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/Kconfig | 2 -- drivers/staging/vt6656/device.h | 3 --- 2 files changed, 5 deletions(-) diff --git a/drivers/staging/vt6656/Kconfig b/drivers/staging/vt6656/Kconfig index 839db3a..b602ef1 100644 --- a/drivers/staging/vt6656/Kconfig +++ b/drivers/staging/vt6656/Kconfig @@ -1,8 +1,6 @@ config VT6656 tristate "VIA Technologies VT6656 support" depends on MAC80211 && USB && WLAN && m - select WIRELESS_EXT - select WEXT_PRIV select FW_LOADER ---help--- This is a vendor-written driver for VIA VT6656. diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h index 9d4c5e7..0bba96f 100644 --- a/drivers/staging/vt6656/device.h +++ b/drivers/staging/vt6656/device.h @@ -35,12 +35,9 @@ #include #include #include -#include #include #include #include -#include -#include #include #include #include -- 2.7.4