[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1433862585-3340-1-git-send-email-matwey@sai.msu.ru>
Date:	Tue,  9 Jun 2015 18:09:42 +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 1/4] uio: pruss: Include <linux/sizes.h>
uio_pruss references SZ_16K and SZ_256K defines, but linux/sizes.h is not included.
Signed-off-by: Matwey V. Kornilov <matwey@....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
--
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