[PATCH v3 2/4] uio: pruss: Include <linux/vmalloc.h>

From: Matwey V. Kornilov
Date: Tue Jun 09 2015 - 11:11:09 EST


uio_pruss uses ioremap which is in linux/vmalloc.h according to LDD3 sec. 8.3

Signed-off-by: Matwey V. Kornilov <matwey@xxxxxxxxxx>
---
drivers/uio/uio_pruss.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/uio/uio_pruss.c b/drivers/uio/uio_pruss.c
index ca9e2fa..5ae7c31 100644
--- a/drivers/uio/uio_pruss.c
+++ b/drivers/uio/uio_pruss.c
@@ -27,6 +27,7 @@
#include <linux/sizes.h>
#include <linux/slab.h>
#include <linux/genalloc.h>
+#include <linux/vmalloc.h>

#define DRV_NAME "pruss_uio"
#define DRV_VERSION "1.0"
--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/