]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: rtl8712: Replace r8712_free_evt_priv()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Mon, 24 Jun 2019 05:48:58 +0000 (11:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2019 02:00:08 +0000 (10:00 +0800)
commitdc0f139b2ed8fd337bd3395e8dc8f6a3721877d0
tree5e51407c1a207ecc6d30ae3335b468aff76ed995
parent03c05c470fe53246ff95bf84385162bfdf800a29
staging: rtl8712: Replace r8712_free_evt_priv()

Remove function r8712_free_evt_priv as all it does is call
_free_evt_priv.
Rename _free_evt_priv to r8712_free_evt_priv to maintain compatibility
with call sites.
Change type of new r8712_free_evt_priv from static to non-static to
match old definition.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_cmd.c