[PATCH] nand: raw: octeontx: Make list static

Dario Binacchi dario.binacchi at amarulasolutions.com
Mon Apr 17 10:39:13 CEST 2023


Hi Bin,

On Wed, Apr 5, 2023 at 8:42 PM Michael Nazzareno Trimarchi
<michael at amarulasolutions.com> wrote:
>
> Hi
>
> On Wed, Apr 5, 2023 at 4:38 PM Bin Meng <bmeng at tinylab.org> wrote:
> >
> > octeontx_bch_devices and octeontx_pci_nand_deferred_devices are only
> > referenced in the files where they are defined. Make them static.
> >
> > Signed-off-by: Bin Meng <bmeng at tinylab.org>
> > ---
> >
> >  drivers/mtd/nand/raw/octeontx_bch.c  | 2 +-
> >  drivers/mtd/nand/raw/octeontx_nand.c | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/mtd/nand/raw/octeontx_bch.c b/drivers/mtd/nand/raw/octeontx_bch.c
> > index fc16b77416..056a685782 100644
> > --- a/drivers/mtd/nand/raw/octeontx_bch.c
> > +++ b/drivers/mtd/nand/raw/octeontx_bch.c
> > @@ -27,7 +27,7 @@
> >  #include <asm/arch/clock.h>
> >  #include "octeontx_bch.h"
> >
> > -LIST_HEAD(octeontx_bch_devices);
> > +static LIST_HEAD(octeontx_bch_devices);
> >  static unsigned int num_vfs = BCH_NR_VF;
> >  static void *bch_pf;
> >  static void *bch_vf;
> > diff --git a/drivers/mtd/nand/raw/octeontx_nand.c b/drivers/mtd/nand/raw/octeontx_nand.c
> > index 1ffadad9ca..65a03d22c1 100644
> > --- a/drivers/mtd/nand/raw/octeontx_nand.c
> > +++ b/drivers/mtd/nand/raw/octeontx_nand.c
> > @@ -354,7 +354,7 @@ struct octeontx_probe_device {
> >
> >  static struct bch_vf *bch_vf;
> >  /** Deferred devices due to BCH not being ready */
> > -LIST_HEAD(octeontx_pci_nand_deferred_devices);
> > +static LIST_HEAD(octeontx_pci_nand_deferred_devices);
> >
> >  /** default parameters used for probing chips */
> >  #define MAX_ONFI_MODE  5
> > --
>
> Acked-by: Michael Trimarchi <michael at amarulasolutions.com>
>
> Michael
>
> > 2.34.1
> >
>
>
> --
> Michael Nazzareno Trimarchi
> Co-Founder & Chief Executive Officer
> M. +39 347 913 2170
> michael at amarulasolutions.com
> __________________________________
>
> Amarula Solutions BV
> Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
> T. +31 (0)85 111 9172
> info at amarulasolutions.com
> www.amarulasolutions.com


Applied to nand-next,

Thanks and regards
Dario
-- 

Dario Binacchi

Senior Embedded Linux Developer

dario.binacchi at amarulasolutions.com

__________________________________


Amarula Solutions SRL

Via Le Canevare 30, 31100 Treviso, Veneto, IT

T. +39 042 243 5310
info at amarulasolutions.com

www.amarulasolutions.com


More information about the U-Boot mailing list