Commit e1e9d8ff authored by Peter Chubb's avatar Peter Chubb Committed by Russell King

[ARM PATCH] 2205/1: Fix compilation for IXDP425: typo in mach-ixp4xx/common.c

Patch from Peter Chubb

Fix a simple typo.
parent e24a1f24
......@@ -261,7 +261,7 @@ static void __init ixp4xx_timer_init(void)
setup_irq(IRQ_IXP4XX_TIMER1, &ixp4xx_timer_irq);
}
struct ixp4xx_timer = {
struct sys_timer ixp4xx_timer = {
.init = ixp4xx_timer_init,
.offset = ixp4xx_gettimeoffset,
};
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