[PATCH 3/6] iio: mxs-lradc: add missing include

Jonathan Cameron jic23 at kernel.org
Sun Jul 19 09:34:55 UTC 2015


On 18/07/15 13:30, Stefan Wahren wrote:
> This patch adds the missing include for mutex handling.
> 
> Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
Applied to the togreg branch of iio.git

Jonathan
> ---
>  drivers/staging/iio/adc/mxs-lradc.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c
> index 386a44d..763075b 100644
> --- a/drivers/staging/iio/adc/mxs-lradc.c
> +++ b/drivers/staging/iio/adc/mxs-lradc.c
> @@ -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>
> 



More information about the devel mailing list