* [PATCH] sh: explicitly include sh_dma.h in setup-sh7722.c
@ 2012-08-01 8:44 Guennadi Liakhovetski
2012-08-02 6:37 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Guennadi Liakhovetski @ 2012-08-01 8:44 UTC (permalink / raw)
To: linux-sh
setup-sh7722.c defines several objects, whose types are defined in
sh_dma.h, so, it has to be included explicitly.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
index 65786c7..6a868b0 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
@@ -12,6 +12,7 @@
#include <linux/platform_device.h>
#include <linux/serial.h>
#include <linux/serial_sci.h>
+#include <linux/sh_dma.h>
#include <linux/sh_timer.h>
#include <linux/sh_intc.h>
#include <linux/uio_driver.h>
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: explicitly include sh_dma.h in setup-sh7722.c
2012-08-01 8:44 [PATCH] sh: explicitly include sh_dma.h in setup-sh7722.c Guennadi Liakhovetski
@ 2012-08-02 6:37 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2012-08-02 6:37 UTC (permalink / raw)
To: linux-sh
On Wed, Aug 01, 2012 at 10:44:57AM +0200, Guennadi Liakhovetski wrote:
> setup-sh7722.c defines several objects, whose types are defined in
> sh_dma.h, so, it has to be included explicitly.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-02 6:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 8:44 [PATCH] sh: explicitly include sh_dma.h in setup-sh7722.c Guennadi Liakhovetski
2012-08-02 6:37 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).