mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 06:18:45 -04:00
m68knommu: fix 5206e UART init function naming
Fix ColdFire 5206e platform UART init function naming. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
779125c274
commit
d259c32983
@@ -48,7 +48,7 @@ static struct platform_device *m5206e_devices[] __initdata = {
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
static void __init m5206_uart_init_line(int line, int irq)
|
||||
static void __init m5206e_uart_init_line(int line, int irq)
|
||||
{
|
||||
if (line == 0) {
|
||||
writel(MCFSIM_ICR_LEVEL6 | MCFSIM_ICR_PRI1, MCF_MBAR + MCFSIM_UART1ICR);
|
||||
|
||||
Reference in New Issue
Block a user