Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e542f7e6 authored by Frode Isaksen's avatar Frode Isaksen Committed by Mark Brown
Browse files

spi: loopback-test: fix compile error on x86



Fix compile error caused by missing vmalloc() definition
on x86 (and maybe other platforms) by including vmalloc.h.

Signed-off-by: default avatarFrode Isaksen <fisaksen@baylibre.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 576333a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/printk.h>
#include <linux/vmalloc.h>
#include <linux/spi/spi.h>

#include "spi-test.h"