diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-03-24 16:59:30 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-03-26 13:56:59 +0900 |
commit | 0f1f21a345e02a68ec16f7ab9e7dc687f9276089 (patch) | |
tree | 586c95f2522b6da4d8a4a0e644afe6304c336e92 /include/asm-arm | |
parent | 8677f127d68e9fa0c7a7af39f737c4231a98ab09 (diff) | |
download | u-boot-imx-0f1f21a345e02a68ec16f7ab9e7dc687f9276089.zip u-boot-imx-0f1f21a345e02a68ec16f7ab9e7dc687f9276089.tar.gz u-boot-imx-0f1f21a345e02a68ec16f7ab9e7dc687f9276089.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 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-s5pc1xx/uart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-s5pc1xx/uart.h b/include/asm-arm/arch-s5pc1xx/uart.h index 140dbdc..2d7ad7e 100644 --- a/include/asm-arm/arch-s5pc1xx/uart.h +++ b/include/asm-arm/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; |