From: Rosen Penev <rosenp@gmail.com>
To: linux-fpga@vger.kernel.org
Cc: Moritz Fischer <mdf@kernel.org>, Xu Yilun <yilun.xu@intel.com>,
Tom Rix <trix@redhat.com>,
linux-kernel@vger.kernel.org (open list)
Subject: [PATCH 1/2] fpga: stratix10-soc: add missing header
Date: Thu, 6 Nov 2025 10:59:37 -0800 [thread overview]
Message-ID: <20251106185938.6419-2-rosenp@gmail.com> (raw)
In-Reply-To: <20251106185938.6419-1-rosenp@gmail.com>
linux/sizes.h is needed for SZ_512K.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/fpga/stratix10-soc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/fpga/stratix10-soc.c b/drivers/fpga/stratix10-soc.c
index 0a295ccf1644..ab309cbf21c6 100644
--- a/drivers/fpga/stratix10-soc.c
+++ b/drivers/fpga/stratix10-soc.c
@@ -11,6 +11,7 @@
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/platform_device.h>
+#include <linux/sizes.h>
/*
* FPGA programming requires a higher level of privilege (EL3), per the SoC
--
2.51.2
next prev parent reply other threads:[~2025-11-06 18:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 18:59 [PATCH 0/2] fpga: stratix10-soc: fix compilation + COMPILE_TEST Rosen Penev
2025-11-06 18:59 ` Rosen Penev [this message]
2025-11-07 6:58 ` [PATCH 1/2] fpga: stratix10-soc: add missing header Xu Yilun
2025-11-07 19:27 ` Rosen Penev
2025-11-06 18:59 ` [PATCH 2/2] fpga: stratix10-soc: add COMPILE_TEST support Rosen Penev
2025-11-07 7:16 ` Xu Yilun
2025-11-07 19:28 ` Rosen Penev
2025-11-08 4:01 ` Xu Yilun
2025-11-10 20:24 ` Rosen Penev
2025-11-10 3:21 ` kernel test robot
2025-11-10 16:44 ` kernel test robot
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=20251106185938.6419-2-rosenp@gmail.com \
--to=rosenp@gmail.com \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mdf@kernel.org \
--cc=trix@redhat.com \
--cc=yilun.xu@intel.com \
/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
all inboxes | Powered by JetHome®