Re: [PATCH] iommu: add missing include

2014-01-07 Thread Joerg Roedel
On Wed, Dec 04, 2013 at 05:22:53PM -0800, Brian Norris wrote:
> Fix a warning in of_iommu.c:
> 
> drivers/iommu/of_iommu.c:38:5: warning: no previous prototype for 
> 'of_get_dma_window' [-Wmissing-prototypes]
> 
> Signed-off-by: Brian Norris 
> Cc: Hiroshi DOYU 

Applied, thanks.


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


Re: [PATCH] iommu: add missing include

2014-01-07 Thread Joerg Roedel
On Wed, Dec 04, 2013 at 05:22:53PM -0800, Brian Norris wrote:
 Fix a warning in of_iommu.c:
 
 drivers/iommu/of_iommu.c:38:5: warning: no previous prototype for 
 'of_get_dma_window' [-Wmissing-prototypes]
 
 Signed-off-by: Brian Norris computersforpe...@gmail.com
 Cc: Hiroshi DOYU hd...@nvidia.com

Applied, thanks.


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


[PATCH] iommu: add missing include

2013-12-04 Thread Brian Norris
Fix a warning in of_iommu.c:

drivers/iommu/of_iommu.c:38:5: warning: no previous prototype for 
'of_get_dma_window' [-Wmissing-prototypes]

Signed-off-by: Brian Norris 
Cc: Hiroshi DOYU 
---
 drivers/iommu/of_iommu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/of_iommu.c b/drivers/iommu/of_iommu.c
index ee249bc959f8..e550ccb7634e 100644
--- a/drivers/iommu/of_iommu.c
+++ b/drivers/iommu/of_iommu.c
@@ -20,6 +20,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /**
  * of_get_dma_window - Parse *dma-window property and returns 0 if found.
-- 
1.8.5

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


[PATCH] iommu: add missing include

2013-12-04 Thread Brian Norris
Fix a warning in of_iommu.c:

drivers/iommu/of_iommu.c:38:5: warning: no previous prototype for 
'of_get_dma_window' [-Wmissing-prototypes]

Signed-off-by: Brian Norris computersforpe...@gmail.com
Cc: Hiroshi DOYU hd...@nvidia.com
---
 drivers/iommu/of_iommu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/of_iommu.c b/drivers/iommu/of_iommu.c
index ee249bc959f8..e550ccb7634e 100644
--- a/drivers/iommu/of_iommu.c
+++ b/drivers/iommu/of_iommu.c
@@ -20,6 +20,7 @@
 #include linux/export.h
 #include linux/limits.h
 #include linux/of.h
+#include linux/of_iommu.h
 
 /**
  * of_get_dma_window - Parse *dma-window property and returns 0 if found.
-- 
1.8.5

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