public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [4.4.y-cip, PATCH] powerpc/prom: fix build
@ 2023-10-17 22:59 Daniel Kirsch
  2023-11-02 12:10 ` [cip-dev] " Ulrich Hecht
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Kirsch @ 2023-10-17 22:59 UTC (permalink / raw)
  To: cip-dev; +Cc: Daniel Kirsch

A missing include generated a implicit function declaration error
when compiling for PowerPC. This patch fixes the build.

Signed-off-by: Daniel Kirsch <djkirsch326@gmail.com>
---
 arch/powerpc/kernel/prom.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c
index d040662e4c16..cc03dab1eb64 100644
--- a/arch/powerpc/kernel/prom.c
+++ b/arch/powerpc/kernel/prom.c
@@ -34,6 +34,7 @@
 #include <linux/of.h>
 #include <linux/of_fdt.h>
 #include <linux/libfdt.h>
+#include <linux/jump_label.h>
 
 #include <asm/prom.h>
 #include <asm/rtas.h>
-- 
2.39.3



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

* Re: [cip-dev] [4.4.y-cip, PATCH] powerpc/prom: fix build
  2023-10-17 22:59 [4.4.y-cip, PATCH] powerpc/prom: fix build Daniel Kirsch
@ 2023-11-02 12:10 ` Ulrich Hecht
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Hecht @ 2023-11-02 12:10 UTC (permalink / raw)
  To: cip-dev, Daniel Kirsch


> On 10/18/2023 12:59 AM CEST Daniel Kirsch <djkirsch326@gmail.com> wrote:
> 
>  
> A missing include generated a implicit function declaration error
> when compiling for PowerPC. This patch fixes the build.
> 
> Signed-off-by: Daniel Kirsch <djkirsch326@gmail.com>

Thank you; queued for the next release.

CU
Uli


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

end of thread, other threads:[~2023-11-02 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17 22:59 [4.4.y-cip, PATCH] powerpc/prom: fix build Daniel Kirsch
2023-11-02 12:10 ` [cip-dev] " Ulrich Hecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox