Hi Roger, On Thu, Jan 11, 2024 at 2:19 PM Roger Quadros <[email protected]> wrote: > > sys_proto.h no longer exists for K3 platform so drop it. > Include sizes.h to so SZ_16M is visible. > > Signed-off-by: Roger Quadros <[email protected]> > --- > > Notes: > v2: no change > > drivers/memory/ti-gpmc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/memory/ti-gpmc.c b/drivers/memory/ti-gpmc.c > index 775e78c9a5..0b8674339e 100644 > --- a/drivers/memory/ti-gpmc.c > +++ b/drivers/memory/ti-gpmc.c > @@ -6,7 +6,6 @@ > */ > > #include <asm/io.h> > -#include <asm/arch/sys_proto.h> > #include <clk.h> > #include <common.h> > #include <dm.h> > @@ -17,6 +16,7 @@ > #include <linux/mtd/omap_gpmc.h> > #include <linux/ioport.h> > #include <linux/io.h> > +#include <linux/sizes.h> > #include "ti-gpmc.h" >
Reviewed-by: Dario Binacchi <[email protected]> Thanks and regards, Dario > enum gpmc_clk_domain { > -- > 2.34.1 > -- Dario Binacchi Senior Embedded Linux Developer [email protected] __________________________________ Amarula Solutions SRL Via Le Canevare 30, 31100 Treviso, Veneto, IT T. +39 042 243 5310 [email protected] www.amarulasolutions.com

