diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 00:14:04 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 00:14:04 -0400 |
commit | 711fa8096863e4b50bb97f9ebc44606dc2182ac3 (patch) | |
tree | 6d0a3a76a0945db8f61957d5b7542a18ab7fc0db /arch/sh/boards/se | |
parent | 059fbd6a5ee9a35ac9f15edb2876a50bd88a008d (diff) |
sh: build fixes for defconfigs.
Get all of the defconfigs building again.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/se')
-rw-r--r-- | arch/sh/boards/se/7343/irq.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/se/770x/setup.c | 7 | ||||
-rw-r--r-- | arch/sh/boards/se/7751/setup.c | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/arch/sh/boards/se/7343/irq.c b/arch/sh/boards/se/7343/irq.c index b41e3d4ea37c..739a7b001bb7 100644 --- a/arch/sh/boards/se/7343/irq.c +++ b/arch/sh/boards/se/7343/irq.c | |||
@@ -73,7 +73,7 @@ static void | |||
73 | make_intreq_irq(unsigned int irq) | 73 | make_intreq_irq(unsigned int irq) |
74 | { | 74 | { |
75 | disable_irq_nosync(irq); | 75 | disable_irq_nosync(irq); |
76 | irq_desc[irq].handler = &intreq_irq_type; | 76 | irq_desc[irq].chip = &intreq_irq_type; |
77 | disable_intreq_irq(irq); | 77 | disable_intreq_irq(irq); |
78 | } | 78 | } |
79 | 79 | ||
diff --git a/arch/sh/boards/se/770x/setup.c b/arch/sh/boards/se/770x/setup.c index f3f82b7c8217..a1d51d5fa925 100644 --- a/arch/sh/boards/se/770x/setup.c +++ b/arch/sh/boards/se/770x/setup.c | |||
@@ -8,13 +8,10 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <linux/irq.h> | 11 | #include <asm/machvec.h> |
12 | #include <linux/hdreg.h> | ||
13 | #include <linux/ide.h> | ||
14 | #include <asm/io.h> | ||
15 | #include <asm/se.h> | 12 | #include <asm/se.h> |
13 | #include <asm/io.h> | ||
16 | #include <asm/smc37c93x.h> | 14 | #include <asm/smc37c93x.h> |
17 | #include <asm/machvec.h> | ||
18 | 15 | ||
19 | void heartbeat_se(void); | 16 | void heartbeat_se(void); |
20 | void init_se_IRQ(void); | 17 | void init_se_IRQ(void); |
diff --git a/arch/sh/boards/se/7751/setup.c b/arch/sh/boards/se/7751/setup.c index 73e826310ba8..f7e1dd39c836 100644 --- a/arch/sh/boards/se/7751/setup.c +++ b/arch/sh/boards/se/7751/setup.c | |||
@@ -8,12 +8,10 @@ | |||
8 | * Modified for 7751 Solution Engine by | 8 | * Modified for 7751 Solution Engine by |
9 | * Ian da Silva and Jeremy Siegel, 2001. | 9 | * Ian da Silva and Jeremy Siegel, 2001. |
10 | */ | 10 | */ |
11 | |||
12 | #include <linux/init.h> | 11 | #include <linux/init.h> |
13 | #include <linux/irq.h> | 12 | #include <asm/machvec.h> |
14 | #include <linux/ide.h> | ||
15 | #include <asm/io.h> | ||
16 | #include <asm/se7751.h> | 13 | #include <asm/se7751.h> |
14 | #include <asm/io.h> | ||
17 | 15 | ||
18 | void heartbeat_7751se(void); | 16 | void heartbeat_7751se(void); |
19 | void init_7751se_IRQ(void); | 17 | void init_7751se_IRQ(void); |