Re: [PATCH v2 2/3] staging: r8188eu: Remove code depending on NAT25_LOOKUP

From: Greg Kroah-Hartman
Date: Tue Aug 17 2021 - 13:55:42 EST


On Mon, Aug 16, 2021 at 07:51:38PM +0200, Fabio M. De Francesco wrote:
> Remove all the code related to the management of the NAT25_LOOKUP
> method in nat25_db_handle(). The only function that used that method was
> the now deleted nat25_handle_frame(). Remove the NAT25_LOOKUP entry from
> the NAT25_METHOD enum because it is not anymore used everywhere else in
> the code of the driver.
>
> Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx>
> ---
>
> v2: Patch rebased against the latest Greg K-H's tree.
>
> drivers/staging/r8188eu/core/rtw_br_ext.c | 112 -------------------
> drivers/staging/r8188eu/include/rtw_br_ext.h | 1 -
> 2 files changed, 113 deletions(-)

This change adds a build warning, which is not allowed.

Please merge this, and the 3/3 patch into a single change, so that it
all is removed together, causing no build warnings at any point in time.

thanks,

greg k-h