* [PATCH] ARM: OMAP: Fix missing workqueue include in board-h2.c
@ 2007-01-04 15:30 Dirk Behme
2007-01-09 23:14 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2007-01-04 15:30 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
ARM: OMAP: Fix missing #include <linux/workqueue.h> in
board-h2.c resulting in
In file included from arch/arm/mach-omap1/board-h2.c:40:
include/asm/arch/irda.h:27: error: field 'gpio_expa' has
incomplete type
Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
[-- Attachment #2: board_h2_compilation_fix.txt --]
[-- Type: text/plain, Size: 408 bytes --]
Index: linux-osk/arch/arm/mach-omap1/board-h2.c
===================================================================
--- linux-osk.orig/arch/arm/mach-omap1/board-h2.c
+++ linux-osk/arch/arm/mach-omap1/board-h2.c
@@ -27,6 +27,7 @@
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <linux/input.h>
+#include <linux/workqueue.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP: Fix missing workqueue include in board-h2.c
2007-01-04 15:30 [PATCH] ARM: OMAP: Fix missing workqueue include in board-h2.c Dirk Behme
@ 2007-01-09 23:14 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-01-09 23:14 UTC (permalink / raw)
To: Dirk Behme; +Cc: linux-omap-open-source
* Dirk Behme <dirk.behme@googlemail.com> [070104 07:31]:
>
> ARM: OMAP: Fix missing #include <linux/workqueue.h> in
> board-h2.c resulting in
>
> In file included from arch/arm/mach-omap1/board-h2.c:40:
> include/asm/arch/irda.h:27: error: field 'gpio_expa' has
> incomplete type
>
> Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
> Index: linux-osk/arch/arm/mach-omap1/board-h2.c
> ===================================================================
> --- linux-osk.orig/arch/arm/mach-omap1/board-h2.c
> +++ linux-osk/arch/arm/mach-omap1/board-h2.c
> @@ -27,6 +27,7 @@
> #include <linux/mtd/nand.h>
> #include <linux/mtd/partitions.h>
> #include <linux/input.h>
> +#include <linux/workqueue.h>
>
> #include <asm/hardware.h>
> #include <asm/mach-types.h>
>
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-09 23:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-04 15:30 [PATCH] ARM: OMAP: Fix missing workqueue include in board-h2.c Dirk Behme
2007-01-09 23:14 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox