Commit a2537edd authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2251/1: S3C2410 - system timer rename [cosmetic]

Patch from Ben Dooks

Correct the name used when registering the system
tick interrupt from S32410 to S3C2410.

Signed-off-by: Dimitry Andric

Signed-off-by: Ben Dooks
Signed-off-by: Russell King
parent ac44ed02
......@@ -91,7 +91,7 @@ s3c2410_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
}
static struct irqaction s3c2410_timer_irq = {
.name = "S32410 Timer Tick",
.name = "S3C2410 Timer Tick",
.flags = SA_INTERRUPT,
.handler = s3c2410_timer_interrupt
};
......
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