From: Lee Jones <lee@kernel.org>
To: lee@kernel.org, jassisinghbrar@gmail.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] mailbox: mailbox-test: Explicitly include header for spinlock support
Date: Thu, 20 Apr 2023 08:27:17 +0100 [thread overview]
Message-ID: <20230420072718.881079-1-lee@kernel.org> (raw)
Presently the support appears to be implied.
Signed-off-by: Lee Jones <lee@kernel.org>
---
drivers/mailbox/mailbox-test.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mailbox/mailbox-test.c b/drivers/mailbox/mailbox-test.c
index 4555d678fadda..51e62817f2438 100644
--- a/drivers/mailbox/mailbox-test.c
+++ b/drivers/mailbox/mailbox-test.c
@@ -16,6 +16,7 @@
#include <linux/platform_device.h>
#include <linux/poll.h>
#include <linux/slab.h>
+#include <linux/spinlock.h>
#include <linux/uaccess.h>
#include <linux/sched/signal.h>
--
2.40.0.396.gfff15efe05-goog
next reply other threads:[~2023-04-20 7:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 7:27 Lee Jones [this message]
2023-04-20 7:27 ` [PATCH 2/2] mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write() Lee Jones
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=20230420072718.881079-1-lee@kernel.org \
--to=lee@kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=linux-kernel@vger.kernel.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 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.