All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] xilinx: Reflect dma header file move
@ 2015-04-24 19:24 ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2015-04-24 19:24 UTC (permalink / raw)
  To: Hyun Kwon
  Cc: Mauro Carvalho Chehab, Michal Simek, linux-media,
	linux-arm-kernel, linux-kernel, Guenter Roeck,
	Kedareswara rao Appana

Commit 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
location") moved xilinx_dma.h to a common location but neglected to reflect
this move in all its users.

This causes compile errors for several builds.

drivers/media/platform/xilinx/xilinx-dma.c:15:35:
	fatal error: linux/amba/xilinx_dma.h: No such file or directory

Cc: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
Fixes: 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
	location")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/media/platform/xilinx/xilinx-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/xilinx/xilinx-dma.c b/drivers/media/platform/xilinx/xilinx-dma.c
index 10209c294168..efde88adf624 100644
--- a/drivers/media/platform/xilinx/xilinx-dma.c
+++ b/drivers/media/platform/xilinx/xilinx-dma.c
@@ -12,7 +12,7 @@
  * published by the Free Software Foundation.
  */
 
-#include <linux/amba/xilinx_dma.h>
+#include <linux/dma/xilinx_dma.h>
 #include <linux/lcm.h>
 #include <linux/list.h>
 #include <linux/module.h>
-- 
2.1.0


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

* [PATCH] [media] xilinx: Reflect dma header file move
@ 2015-04-24 19:24 ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2015-04-24 19:24 UTC (permalink / raw)
  To: linux-arm-kernel

Commit 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
location") moved xilinx_dma.h to a common location but neglected to reflect
this move in all its users.

This causes compile errors for several builds.

drivers/media/platform/xilinx/xilinx-dma.c:15:35:
	fatal error: linux/amba/xilinx_dma.h: No such file or directory

Cc: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
Fixes: 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
	location")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/media/platform/xilinx/xilinx-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/xilinx/xilinx-dma.c b/drivers/media/platform/xilinx/xilinx-dma.c
index 10209c294168..efde88adf624 100644
--- a/drivers/media/platform/xilinx/xilinx-dma.c
+++ b/drivers/media/platform/xilinx/xilinx-dma.c
@@ -12,7 +12,7 @@
  * published by the Free Software Foundation.
  */
 
-#include <linux/amba/xilinx_dma.h>
+#include <linux/dma/xilinx_dma.h>
 #include <linux/lcm.h>
 #include <linux/list.h>
 #include <linux/module.h>
-- 
2.1.0

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

* Re: [PATCH] [media] xilinx: Reflect dma header file move
  2015-04-24 19:24 ` Guenter Roeck
@ 2015-04-27  5:22   ` Michal Simek
  -1 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2015-04-27  5:22 UTC (permalink / raw)
  To: Guenter Roeck, Hyun Kwon
  Cc: Mauro Carvalho Chehab, Michal Simek, linux-media,
	linux-arm-kernel, linux-kernel, Kedareswara rao Appana

On 04/24/2015 09:24 PM, Guenter Roeck wrote:
> Commit 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
> location") moved xilinx_dma.h to a common location but neglected to reflect
> this move in all its users.
> 
> This causes compile errors for several builds.
> 
> drivers/media/platform/xilinx/xilinx-dma.c:15:35:
> 	fatal error: linux/amba/xilinx_dma.h: No such file or directory
> 
> Cc: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
> Fixes: 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
> 	location")
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  drivers/media/platform/xilinx/xilinx-dma.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

FYI:
http://www.serverphorums.com/read.php?12,1179281

https://lkml.org/lkml/2015/4/25/25

Thanks,
Michal

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

* [PATCH] [media] xilinx: Reflect dma header file move
@ 2015-04-27  5:22   ` Michal Simek
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Simek @ 2015-04-27  5:22 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/24/2015 09:24 PM, Guenter Roeck wrote:
> Commit 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
> location") moved xilinx_dma.h to a common location but neglected to reflect
> this move in all its users.
> 
> This causes compile errors for several builds.
> 
> drivers/media/platform/xilinx/xilinx-dma.c:15:35:
> 	fatal error: linux/amba/xilinx_dma.h: No such file or directory
> 
> Cc: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
> Fixes: 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
> 	location")
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  drivers/media/platform/xilinx/xilinx-dma.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

FYI:
http://www.serverphorums.com/read.php?12,1179281

https://lkml.org/lkml/2015/4/25/25

Thanks,
Michal

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

* Re: [PATCH] [media] xilinx: Reflect dma header file move
  2015-04-27  5:22   ` Michal Simek
@ 2015-04-27  5:29     ` Guenter Roeck
  -1 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2015-04-27  5:29 UTC (permalink / raw)
  To: Michal Simek, Hyun Kwon
  Cc: Mauro Carvalho Chehab, linux-media, linux-arm-kernel,
	linux-kernel, Kedareswara rao Appana

On 04/26/2015 10:22 PM, Michal Simek wrote:
> On 04/24/2015 09:24 PM, Guenter Roeck wrote:
>> Commit 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
>> location") moved xilinx_dma.h to a common location but neglected to reflect
>> this move in all its users.
>>
>> This causes compile errors for several builds.
>>
>> drivers/media/platform/xilinx/xilinx-dma.c:15:35:
>> 	fatal error: linux/amba/xilinx_dma.h: No such file or directory
>>
>> Cc: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
>> Fixes: 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
>> 	location")
>> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
>> ---
>>   drivers/media/platform/xilinx/xilinx-dma.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> FYI:
> http://www.serverphorums.com/read.php?12,1179281
>
> https://lkml.org/lkml/2015/4/25/25
>

Yes, I noticed Stephen's patch in mainline.

Guenter



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

* [PATCH] [media] xilinx: Reflect dma header file move
@ 2015-04-27  5:29     ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2015-04-27  5:29 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/26/2015 10:22 PM, Michal Simek wrote:
> On 04/24/2015 09:24 PM, Guenter Roeck wrote:
>> Commit 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
>> location") moved xilinx_dma.h to a common location but neglected to reflect
>> this move in all its users.
>>
>> This causes compile errors for several builds.
>>
>> drivers/media/platform/xilinx/xilinx-dma.c:15:35:
>> 	fatal error: linux/amba/xilinx_dma.h: No such file or directory
>>
>> Cc: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
>> Fixes: 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
>> 	location")
>> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
>> ---
>>   drivers/media/platform/xilinx/xilinx-dma.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> FYI:
> http://www.serverphorums.com/read.php?12,1179281
>
> https://lkml.org/lkml/2015/4/25/25
>

Yes, I noticed Stephen's patch in mainline.

Guenter

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

end of thread, other threads:[~2015-04-27  5:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24 19:24 [PATCH] [media] xilinx: Reflect dma header file move Guenter Roeck
2015-04-24 19:24 ` Guenter Roeck
2015-04-27  5:22 ` Michal Simek
2015-04-27  5:22   ` Michal Simek
2015-04-27  5:29   ` Guenter Roeck
2015-04-27  5:29     ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.