summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2015-08-07 16:06:28 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-07 15:17:58 -0700
commit1695cd29b24eca077fa8ae467f1184009ceb9d05 (patch)
tree2f14b6b675ed51fc4e47f4de6e8c761a0dfeea4b /drivers/staging/rtl8188eu/os_dep
parentf6356a9617cbaebf1159fe50f2e05d57e7e4242e (diff)
downloadop-kernel-dev-1695cd29b24eca077fa8ae467f1184009ceb9d05.zip
op-kernel-dev-1695cd29b24eca077fa8ae467f1184009ceb9d05.tar.gz
staging: rtl8188eu: remove unused argument
The function rtw_os_recv_resource_alloc() only uses the argument struct recv_frame *. So remove the other unused argument. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/os_dep')
-rw-r--r--drivers/staging/rtl8188eu/os_dep/recv_linux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/recv_linux.c b/drivers/staging/rtl8188eu/os_dep/recv_linux.c
index 0570132..4849e6b 100644
--- a/drivers/staging/rtl8188eu/os_dep/recv_linux.c
+++ b/drivers/staging/rtl8188eu/os_dep/recv_linux.c
@@ -29,8 +29,7 @@
#include <usb_ops_linux.h>
/* alloc os related resource in struct recv_frame */
-int rtw_os_recv_resource_alloc(struct adapter *padapter,
- struct recv_frame *precvframe)
+int rtw_os_recv_resource_alloc(struct recv_frame *precvframe)
{
precvframe->pkt_newalloc = NULL;
precvframe->pkt = NULL;
OpenPOWER on IntegriCloud