From: Daniel Kirsch <djkirsch326@gmail.com>
To: cip-dev@lists.cip-project.org
Cc: Daniel Kirsch <djkirsch326@gmail.com>
Subject: [4.4.y-cip, PATCH] powerpc/prom: fix build
Date: Tue, 17 Oct 2023 18:59:15 -0400 [thread overview]
Message-ID: <20231017225915.45448-1-djkirsch326@gmail.com> (raw)
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
next reply other threads:[~2023-10-18 0:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-17 22:59 Daniel Kirsch [this message]
2023-11-02 12:10 ` [cip-dev] [4.4.y-cip, PATCH] powerpc/prom: fix build Ulrich Hecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231017225915.45448-1-djkirsch326@gmail.com \
--to=djkirsch326@gmail.com \
--cc=cip-dev@lists.cip-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox