staging: rtl8188eu: remove unused function parameter
authorMartin Kaiser <martin@kaiser.cx>
Thu, 8 Apr 2021 19:55:54 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Apr 2021 14:17:23 +0000 (16:17 +0200)
commitdfb1a3ae1d111a0038d73d988b8dae7f813c0958
tree18a3bcf0e3d9bb038b4f7d7ab8a5e9e5b1d9560d
parentf40e1901bed016400452e639293741f8b5731fca
staging: rtl8188eu: remove unused function parameter

The struct adapter parameter of rtw_os_recvbuf_resource_alloc is not used.
Remove it.

While at it, use the same parameter name in the prototype and the function
definition.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210408195601.4762-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c
drivers/staging/rtl8188eu/include/recv_osdep.h
drivers/staging/rtl8188eu/os_dep/recv_linux.c