9
0
Fork 0

ARM: omap: rename INIT_LL to omap_uart_lowlevel_init

Function should use lower case letters. Also give this function
more namespace. While at it include io.h rather than asm/io.h.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-08-25 19:37:03 +02:00
parent 65504828dd
commit 2d69e5095b
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#ifndef __MACH_DEBUG_LL_H__
#define __MACH_DEBUG_LL_H__
#include <asm/io.h>
#include <io.h>
#ifdef CONFIG_ARCH_OMAP3
#include <mach/omap3-silicon.h>
@ -56,7 +56,7 @@
#define MCR (4 << 2)
#define MDR (8 << 2)
static inline void INIT_LL(void)
static inline void omap_uart_lowlevel_init(void)
{
writeb(0x00, UART_BASE + LCR);
writeb(0x00, UART_BASE + IER);