Skip to content

Commit

Permalink
m68knommu: fix 5206e UART init function naming
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed May 1, 2008
1 parent 779125c commit d259c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68knommu/platform/5206e/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d259c32

Please sign in to comment.