Re: [PATCH 06/10] staging: rtl8712: remove unused legacy ioctl handlers
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 15:24:11
Also in:
linux-wireless, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 15:24:11
Also in:
linux-wireless, lkml
On Mon, Oct 09, 2023 at 04:19:04PM +0200, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> The .ndo_do_ioctl functions are never called, and can just be removed, especially since this is a staging driver. Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- drivers/staging/rtl8712/os_intfs.c | 1 - drivers/staging/rtl8712/osdep_intf.h | 2 - drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 124 ------------------ 3 files changed, 127 deletions(-)
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>