Re: [PATCH 1/1] common: static fdt_simplefb_enable_existing_node()

2023-04-22 Thread Simon Glass
On Tue, 4 Apr 2023 at 06:47, Heinrich Schuchardt wrote: > > Function fdt_simplefb_enable_existing_node() should be static as it is not > used outside common/fdt_simplefb.c. > > Signed-off-by: Heinrich Schuchardt > --- > common/fdt_simplefb.c | 8 +++- > include/fdt_simplefb.h | 1 - > 2

Re: [PATCH 1/1] common: static fdt_simplefb_enable_existing_node()

2023-04-05 Thread Simon Glass
On Tue, 4 Apr 2023 at 06:47, Heinrich Schuchardt wrote: > > Function fdt_simplefb_enable_existing_node() should be static as it is not > used outside common/fdt_simplefb.c. > > Signed-off-by: Heinrich Schuchardt > --- > common/fdt_simplefb.c | 8 +++- > include/fdt_simplefb.h | 1 - > 2

[PATCH 1/1] common: static fdt_simplefb_enable_existing_node()

2023-04-03 Thread Heinrich Schuchardt
Function fdt_simplefb_enable_existing_node() should be static as it is not used outside common/fdt_simplefb.c. Signed-off-by: Heinrich Schuchardt --- common/fdt_simplefb.c | 8 +++- include/fdt_simplefb.h | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git