Re: [RFC PATCH v1 2/2] include: dm: ofnode: fix headers

2023-02-02 Thread Simon Glass
On Thu, 2 Feb 2023 at 10:59, Johan Jonker wrote: > > When fdt_addr_t and phys_addr_t are split it turns out that > the header don't match the functions, so fix the headers. > > Signed-off-by: Johan Jonker > --- > include/dm/ofnode.h | 16 > 1 file changed, 8 insertions(+), 8 del

[RFC PATCH v1 2/2] include: dm: ofnode: fix headers

2023-02-02 Thread Johan Jonker
When fdt_addr_t and phys_addr_t are split it turns out that the header don't match the functions, so fix the headers. Signed-off-by: Johan Jonker --- include/dm/ofnode.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h