From: Marco Felsch <m.felsch@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 4/4] aiodev: add missing headers
Date: Fri, 17 Oct 2025 14:03:36 +0200 [thread overview]
Message-ID: <20251017120406.1348897-4-m.felsch@pengutronix.de> (raw)
In-Reply-To: <20251017120406.1348897-1-m.felsch@pengutronix.de>
Add required headers to be include order independent.
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
include/aiodev.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/aiodev.h b/include/aiodev.h
index fb0807ad420a..e2772b5ae4d6 100644
--- a/include/aiodev.h
+++ b/include/aiodev.h
@@ -10,6 +10,9 @@
#ifndef __AIODEVICE_H
#define __AIODEVICE_H
+#include <driver.h>
+#include <linux/types.h>
+
struct aiodevice;
struct aiochannel {
int index;
--
2.47.3
next prev parent reply other threads:[~2025-10-17 12:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 12:03 [PATCH 1/4] ARM: i.MX8MM: add MX8MM_PAD_CTL defines Marco Felsch
2025-10-17 12:03 ` [PATCH 2/4] lib: port CRC16 implementation from Linux Marco Felsch
2025-10-20 8:31 ` Sascha Hauer
2025-10-20 8:45 ` Marco Felsch
2025-10-17 12:03 ` [PATCH 3/4] lib: hexdump: make use of pr_debug Marco Felsch
2025-10-20 8:44 ` Sascha Hauer
2025-10-20 8:49 ` Marco Felsch
2025-10-20 9:02 ` Sascha Hauer
2025-10-20 9:27 ` Marco Felsch
2025-10-17 12:03 ` Marco Felsch [this message]
2025-10-20 8:45 ` (subset) [PATCH 4/4] aiodev: add missing headers Sascha Hauer
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=20251017120406.1348897-4-m.felsch@pengutronix.de \
--to=m.felsch@pengutronix.de \
--cc=barebox@lists.infradead.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