diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-03-24 16:59:30 +0900 |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-17 15:18:57 -0500 |
commit | 5aa02e4d6a0ef5995ded70dc37b7f06e35fa6e21 (patch) | |
tree | 424480463f30d66c41799b0ef6e35e44e2bcc34c /arch/arm | |
parent | ed1a529ab55593260c4c19000724777cf8dd7102 (diff) | |
download | u-boot-imx-5aa02e4d6a0ef5995ded70dc37b7f06e35fa6e21.zip u-boot-imx-5aa02e4d6a0ef5995ded70dc37b7f06e35fa6e21.tar.gz u-boot-imx-5aa02e4d6a0ef5995ded70dc37b7f06e35fa6e21.tar.bz2 |
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 140dbdc..2d7ad7e 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; |