public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/4] uio: pruss: Include <linux/sizes.h>
@ 2015-06-09 15:09 Matwey V. Kornilov
  2015-06-09 15:09 ` [PATCH v3 2/4] uio: pruss: Include <linux/vmalloc.h> Matwey V. Kornilov
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Matwey V. Kornilov @ 2015-06-09 15:09 UTC (permalink / raw)
  To: gregkh; +Cc: richard.weinberger, Matwey V. Kornilov, pratheesh, hjk,
	linux-kernel

uio_pruss references SZ_16K and SZ_256K defines, but linux/sizes.h is not included.

Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
Changes from v1:
 - Fix build for platforms without ioremap
 - Fix build for x86_64
---
 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 818735b..ca9e2fa 100644
--- a/drivers/uio/uio_pruss.c
+++ b/drivers/uio/uio_pruss.c
@@ -24,6 +24,7 @@
 #include <linux/io.h>
 #include <linux/clk.h>
 #include <linux/dma-mapping.h>
+#include <linux/sizes.h>
 #include <linux/slab.h>
 #include <linux/genalloc.h>
 
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-09 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 15:09 [PATCH v3 1/4] uio: pruss: Include <linux/sizes.h> Matwey V. Kornilov
2015-06-09 15:09 ` [PATCH v3 2/4] uio: pruss: Include <linux/vmalloc.h> Matwey V. Kornilov
2015-06-09 15:36   ` Greg KH
2015-06-09 15:09 ` [PATCH v3 3/4] uio: pruss: Add CONFIG_HAS_IOMEM dependence Matwey V. Kornilov
2015-06-09 15:09 ` [PATCH v3 4/4] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config Matwey V. Kornilov
2015-06-09 15:35   ` Greg KH
2015-06-09 15:36 ` [PATCH v3 1/4] uio: pruss: Include <linux/sizes.h> Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox