Skip to content

Commit

Permalink
ARM: OMAP: Fix missing workqueue include in board-h2.c
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
Dirk Behme authored and tmlind committed Mar 7, 2007
1 parent 7663148 commit e6da2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-omap1/board-h2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e6da2aa

Please sign in to comment.