Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Malcolm Priestley and committed by
Greg Kroah-Hartman
9a65cf11 09840eb6

-5
-2
drivers/staging/vt6656/Kconfig
··· 1 1 config VT6656 2 2 tristate "VIA Technologies VT6656 support" 3 3 depends on MAC80211 && USB && WLAN && m 4 - select WIRELESS_EXT 5 - select WEXT_PRIV 6 4 select FW_LOADER 7 5 ---help--- 8 6 This is a vendor-written driver for VIA VT6656.
-3
drivers/staging/vt6656/device.h
··· 35 35 #include <linux/delay.h> 36 36 #include <linux/device.h> 37 37 #include <linux/firmware.h> 38 - #include <linux/etherdevice.h> 39 38 #include <linux/suspend.h> 40 39 #include <linux/if_arp.h> 41 40 #include <linux/wireless.h> 42 - #include <net/iw_handler.h> 43 - #include <net/cfg80211.h> 44 41 #include <linux/timer.h> 45 42 #include <linux/usb.h> 46 43 #include <linux/crc32.h>