Commit 5723dde9 authored by Stefan Wahren's avatar Stefan Wahren Committed by Jonathan Cameron

iio: mxs-lradc: add missing include

This patch adds the missing include for mutex handling.
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 66926d11
......@@ -26,6 +26,7 @@
#include <linux/list.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/platform_device.h>
#include <linux/spinlock.h>
#include <linux/wait.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment