forked from Minki/linux
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:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user