Re: [PATCH 04/10] staging: ks7010: remove unused ioctl handler
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 15:24:31
Also in:
linux-wireless, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 15:24:31
Also in:
linux-wireless, lkml
On Mon, Oct 09, 2023 at 04:19:02PM +0200, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> The ndo_do_ioctl function has no actual callers, and doesn't do much here, so just remove it entirely as preparation for removing the callback pointer from net_device_ops. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>