[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1433862585-3340-2-git-send-email-matwey@sai.msu.ru>
Date: Tue, 9 Jun 2015 18:09:43 +0300
From: "Matwey V. Kornilov" <matwey@....msu.ru>
To: gregkh@...uxfoundation.org
Cc: richard.weinberger@...il.com,
"Matwey V. Kornilov" <matwey@....msu.ru>, pratheesh@...com,
hjk@...sjkoch.de, linux-kernel@...r.kernel.org
Subject: [PATCH v3 2/4] uio: pruss: Include <linux/vmalloc.h>
uio_pruss uses ioremap which is in linux/vmalloc.h according to LDD3 sec. 8.3
Signed-off-by: Matwey V. Kornilov <matwey@....msu.ru>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists