Commit a41a8d1f authored by Marc Singer's avatar Marc Singer Committed by Russell King

[ARM PATCH] 2293/1: Corrections to build for LPD7a400

Patch from Marc Singer

Some typos prevent the 2.6.10-rc2 kernel from building for the
LPD7A400.  This patch fixes them.  It also removes CONFIG_FIQ which
shouldn't be necessary and doesn't compile.

Signed-off-by: Marc Singer
Signed-off-by: Russell King
parent 757daad0
......@@ -317,7 +317,7 @@ config ISA_DMA
config FIQ
bool
depends on ARCH_ACORN || ARCH_L7200 || ARCH_LH7A400
depends on ARCH_ACORN || ARCH_L7200
default y
# Compressed boot loader in ROM. Yes, we really want to ask about
......
......@@ -267,7 +267,7 @@ MACHINE_START (LPD7A400, "Logic Product Development LPD7A400-10")
BOOT_PARAMS (0xc0000100)
MAPIO (lpd7a400_map_io)
INITIRQ (lh7a400_init_irq)
.timer = &lpd7a40x_timer,
.timer = &lh7a40x_timer,
INIT_MACHINE (lpd7a40x_init)
MACHINE_END
......@@ -281,7 +281,7 @@ MACHINE_START (LPD7A404, "Logic Product Development LPD7A404-10")
BOOT_PARAMS (0xc0000100)
MAPIO (lpd7a400_map_io)
INITIRQ (lh7a404_init_irq)
.timer = &lpd7a40x_timer,
.timer = &lh7a40x_timer,
INIT_MACHINE (lpd7a40x_init)
MACHINE_END
......
......@@ -71,5 +71,5 @@ static void __init lh7a40x_timer_init(void)
}
struct sys_timer lh7a40x_timer = {
.init = &lh7a40x_timer,
.init = &lh7a40x_timer_init,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment