mailbox: mailbox-test: Explicitly include header for spinlock support
authorLee Jones <lee@kernel.org>
Thu, 20 Apr 2023 07:27:17 +0000 (08:27 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 4 May 2023 05:53:28 +0000 (00:53 -0500)
Presently the support appears to be implied.

Signed-off-by: Lee Jones <lee@kernel.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mailbox-test.c

index 4555d67..51e6281 100644 (file)
@@ -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>