linux/drivers/staging/rtl8192u
Dave Hansen 0d5de17776 staging: rtl8192u: remove unused files
I was doing some code audits looking at scattergather uses, and noticed
that update() in drivers/staging/rtl8192u/ieee80211/digest.c uses
sg.page which doesn't exist any longer, so this can't possibly compile.

Turns out that digest.c is actually unused.  It doesn't get referenced
in a Makefile or get compiled and doesn't get used as far as I can see.
I then widened the search to all the files in the directory.  There are
a *bunch* that look unused.  I removed all of them, then added them
back one at a time until the driver compiled again.

Signed-off-by: Dave Hansen <dave.hansen@intel.com>
Cc: jerry-chuang@realtek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-07 10:35:30 -08:00
..
ieee80211 staging: rtl8192u: remove unused files 2014-02-07 10:35:30 -08:00
authors staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
changes
copying
Kconfig
Makefile
r819xU_cmdpkt.c Staging: rtl8192u: fix functions that should not be declared extern 2013-10-16 18:51:26 -07:00
r819xU_cmdpkt.h staging: rtl8192u: use __packed instead of __attribute__((packed)) 2013-10-11 15:42:54 -07:00
r819xU_firmware_img.c
r819xU_firmware_img.h
r819xU_firmware.c staging: rtl8192u: remove code inside #ifdef RTL8190P in r819xU_firmware.c 2013-09-25 16:51:24 -07:00
r819xU_firmware.h
r819xU_phy.c Staging: rtl8192u: fix functions that should not be declared extern 2013-10-16 18:51:26 -07:00
r819xU_phy.h staging: rtl8192u: use __packed instead of __attribute__((packed)) 2013-10-11 15:42:54 -07:00
r819xU_phyreg.h
r8180_93cx6.c staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8180_93cx6.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8190_rtl8256.c rtl8192u: remove whitespace after '(' and before ')' in r8190_rtl8256.c 2013-05-16 16:45:51 -07:00
r8190_rtl8256.h staging: rtl8192u: remove code inside #ifdef RTL8190P in r8190_rtl8256.h 2013-09-25 16:51:24 -07:00
r8192U_core.c staging: rtl8192u: use memdup_user to simplify code 2013-10-28 14:28:35 -07:00
r8192U_dm.c staging: rtl8192u: remove #ifndef RTL8192U and the code inside it 2013-09-25 16:51:24 -07:00
r8192U_dm.h
r8192U_hw.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8192U_wx.c staging: rtl8192u: remove #ifdef JOHN_ 2013-10-11 15:42:53 -07:00
r8192U_wx.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8192U.h staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00