summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/Makefile
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2014-05-16 10:05:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-16 11:34:36 -0700
commitedbfd672cacb0d417096a1ed75e0070f1672c861 (patch)
tree6ea22f409f9c9c2ec6d05b953fe05a91f2b49f52 /drivers/staging/rtl8723au/Makefile
parent050abc45833c6a66501cb3f938ef6e93ac18da8d (diff)
staging: rtl8723au: Call usb_write*() functions directly
This allows us to finally remove the ugly HAL interface for accessing registers, and remove rtw_io.c Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au/Makefile')
-rw-r--r--drivers/staging/rtl8723au/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723au/Makefile b/drivers/staging/rtl8723au/Makefile
index 5146b709efb4..950446e4ee1b 100644
--- a/drivers/staging/rtl8723au/Makefile
+++ b/drivers/staging/rtl8723au/Makefile
@@ -2,7 +2,6 @@ r8723au-y := \
core/rtw_ap.o \
core/rtw_cmd.o \
core/rtw_efuse.o \
- core/rtw_io.o \
core/rtw_ioctl_set.o \
core/rtw_ieee80211.o \
core/rtw_led.o \