diff options
author | Minkyu Kang | 2010-03-24 16:59:30 +0900 |
---|---|---|
committer | trix | 2010-04-30 05:23:23 -0500 |
commit | 46a3b5c8df939f5547bcd3684030072c94d06bd8 (patch) | |
tree | 534d9fd65f4fb3262219e9060b265cc9fff8878e /arch/arm | |
parent | da0f2af279563ddc75eff304ad5389f7f0e79381 (diff) |
SAMSUNG: serial: modify name from s5pc1xx to s5p
Because of other s5p series SoC will use these serial functions,
modify function's name and structure's name.
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-s5pc1xx/uart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-s5pc1xx/uart.h b/arch/arm/include/asm/arch-s5pc1xx/uart.h index 140dbdc45fc..2d7ad7ec987 100644 --- a/arch/arm/include/asm/arch-s5pc1xx/uart.h +++ b/arch/arm/include/asm/arch-s5pc1xx/uart.h @@ -24,7 +24,7 @@ #define __ASM_ARCH_UART_H_ #ifndef __ASSEMBLY__ -struct s5pc1xx_uart { +struct s5p_uart { unsigned int ulcon; unsigned int ucon; unsigned int ufcon; |