* [PATCH] ARM/bcmring: missing sched.h inclusion in dma.c
@ 2012-01-03 18:39 Jiandong Zheng
2012-01-04 22:11 ` Olof Johansson
0 siblings, 1 reply; 2+ messages in thread
From: Jiandong Zheng @ 2012-01-03 18:39 UTC (permalink / raw)
To: linux-arm-kernel
Add including of sched.h to fix build error.
This patch was submitted a couple of times last year but unfortunately
got lost.
Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com>
---
arch/arm/mach-bcmring/dma.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-bcmring/dma.c b/arch/arm/mach-bcmring/dma.c
index 0ca0005..ab109ff 100644
--- a/arch/arm/mach-bcmring/dma.c
+++ b/arch/arm/mach-bcmring/dma.c
@@ -24,6 +24,7 @@
#include <linux/module.h>
#include <linux/device.h>
+#include <linux/sched.h>
#include <linux/dma-mapping.h>
#include <linux/interrupt.h>
#include <linux/irqreturn.h>
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM/bcmring: missing sched.h inclusion in dma.c
2012-01-03 18:39 [PATCH] ARM/bcmring: missing sched.h inclusion in dma.c Jiandong Zheng
@ 2012-01-04 22:11 ` Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2012-01-04 22:11 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Tue, Jan 3, 2012 at 10:39 AM, Jiandong Zheng <jdzheng@broadcom.com> wrote:
> Add including of sched.h to fix build error.
>
> This patch was submitted a couple of times last year but unfortunately got
> lost.
What tree is this against? In 3.2-rc7, linux/sched.h is already
included in that file (and the patch doesn't apply cleanly because of
this).
-Olof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-04 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 18:39 [PATCH] ARM/bcmring: missing sched.h inclusion in dma.c Jiandong Zheng
2012-01-04 22:11 ` Olof Johansson
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).