Re: [PATCH v3 4/4] mtd: rawnand: brcmnand: exec_op implementation

From: David Regan
Date: Wed Oct 18 2023 - 22:56:34 EST


Will make helper functions static

On Tue, Oct 17, 2023 at 2:50 PM kernel test robot <lkp@xxxxxxxxx> wrote:
>
> Hi,
>
> kernel test robot noticed the following build warnings:
>
...
>
> >> drivers/mtd/nand/raw/brcmnand/brcmnand.c:2393:5: warning: no previous prototype for 'brcmnand_exec_op_is_status' [-Wmissing-prototypes]
> 2393 | int brcmnand_exec_op_is_status(const struct nand_operation *op)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> >> drivers/mtd/nand/raw/brcmnand/brcmnand.c:2404:5: warning: no previous prototype for 'brcmnand_exec_op_is_reset' [-Wmissing-prototypes]
> 2404 | int brcmnand_exec_op_is_reset(const struct nand_operation *op)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~


...