mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
mailbox: mailbox-test: Explicitly include header for spinlock support
Presently the support appears to be implied. Signed-off-by: Lee Jones <lee@kernel.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
This commit is contained in:
parent
2a61e7b7bd
commit
be88458585
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user