All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype
@ 2022-09-27  8:18 Patrick Delaunay
  2022-09-28  1:54 ` Simon Glass
  2022-10-22  1:06 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick Delaunay @ 2022-09-27  8:18 UTC (permalink / raw)
  To: u-boot; +Cc: Patrick Delaunay, Heiko Schocher, Simon Glass, U-Boot STM32

Remove prototype for the removed function fdt_fixup_nor_flash_size.
This patch has no impact as the function is never used.

Fixes: 98f705c9cefd ("powerpc: remove 4xx support")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 include/fdt_support.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/fdt_support.h b/include/fdt_support.h
index b8380716f39..5638bd4f165 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -243,8 +243,6 @@ int fdt_increase_size(void *fdt, int add_len);
 
 int fdt_delete_disabled_nodes(void *blob);
 
-int fdt_fixup_nor_flash_size(void *blob);
-
 struct node_info;
 #if defined(CONFIG_FDT_FIXUP_PARTITIONS)
 void fdt_fixup_mtdparts(void *fdt, const struct node_info *node_info,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype
  2022-09-27  8:18 [PATCH] fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype Patrick Delaunay
@ 2022-09-28  1:54 ` Simon Glass
  2022-10-22  1:06 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2022-09-28  1:54 UTC (permalink / raw)
  To: Patrick Delaunay; +Cc: U-Boot Mailing List, Heiko Schocher, U-Boot STM32

On Tue, 27 Sept 2022 at 02:18, Patrick Delaunay
<patrick.delaunay@foss.st.com> wrote:
>
> Remove prototype for the removed function fdt_fixup_nor_flash_size.
> This patch has no impact as the function is never used.
>
> Fixes: 98f705c9cefd ("powerpc: remove 4xx support")
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
>
>  include/fdt_support.h | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype
  2022-09-27  8:18 [PATCH] fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype Patrick Delaunay
  2022-09-28  1:54 ` Simon Glass
@ 2022-10-22  1:06 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2022-10-22  1:06 UTC (permalink / raw)
  To: Simon Glass
  Cc: U-Boot Mailing List, Patrick Delaunay, Heiko Schocher, U-Boot STM32

On Tue, 27 Sept 2022 at 02:18, Patrick Delaunay
<patrick.delaunay@foss.st.com> wrote:
>
> Remove prototype for the removed function fdt_fixup_nor_flash_size.
> This patch has no impact as the function is never used.
>
> Fixes: 98f705c9cefd ("powerpc: remove 4xx support")
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
>
>  include/fdt_support.h | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-22  1:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27  8:18 [PATCH] fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype Patrick Delaunay
2022-09-28  1:54 ` Simon Glass
2022-10-22  1:06 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.