staging: vt6656: remove unneeded config and headers
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 25 Jun 2014 20:20:11 +0000 (21:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:23:33 +0000 (20:23 -0400)
Remove WIRELESS_EXT and WEXT_PRIV

remove net/iw_handler.h, linux/etherdevice.h and net/cfg80211.h

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/Kconfig
drivers/staging/vt6656/device.h

index 839db3a6da8178fe10caf21fc1daff22a6c4be65..b602ef175d55b25b801036b58ea8a361dbdf2c92 100644 (file)
@@ -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.
index 9d4c5e73a37af0fdc56d8d521a2c61e2cf13313e..0bba96f95017819de1112dadf3d8027f6f0ce4ed 100644 (file)
 #include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/firmware.h>
-#include <linux/etherdevice.h>
 #include <linux/suspend.h>
 #include <linux/if_arp.h>
 #include <linux/wireless.h>
-#include <net/iw_handler.h>
-#include <net/cfg80211.h>
 #include <linux/timer.h>
 #include <linux/usb.h>
 #include <linux/crc32.h>