Skip to content

Commit

Permalink
sh: mach-x3proto: needs linux/irq.h.
Browse files Browse the repository at this point in the history
Since commit ba84be2
("remove linux/hardirq.h from asm-generic/local.h"), the asm/irq.h
definitions that mach-x3proto/setup.c depends on are no longer available,
causing the build to die. So, include linux/irq.h explicitly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 21, 2009
1 parent 5e61361 commit 10f0fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/boards/mach-x3proto/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/kernel.h>
#include <linux/io.h>
#include <linux/smc91x.h>
#include <linux/irq.h>
#include <asm/ilsel.h>

static struct resource heartbeat_resources[] = {
Expand Down

0 comments on commit 10f0fc1

Please sign in to comment.