Skip to content

Commit

Permalink
mailbox: mailbox-test: Explicitly include header for spinlock support
Browse files Browse the repository at this point in the history
Presently the support appears to be implied.

Signed-off-by: Lee Jones <lee@kernel.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
  • Loading branch information
lag-linaro authored and JassiBrar committed May 4, 2023
1 parent 2a61e7b commit be88458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mailbox/mailbox-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit be88458

Please sign in to comment.