summaryrefslogtreecommitdiffstats
path: root/include/serial.h
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-03-24 16:59:30 +0900
committertrix <trix@windriver.com>2010-04-30 05:23:23 -0500
commit46a3b5c8df939f5547bcd3684030072c94d06bd8 (patch)
tree534d9fd65f4fb3262219e9060b265cc9fff8878e /include/serial.h
parentda0f2af279563ddc75eff304ad5389f7f0e79381 (diff)
downloadblackbird-obmc-uboot-46a3b5c8df939f5547bcd3684030072c94d06bd8.tar.gz
blackbird-obmc-uboot-46a3b5c8df939f5547bcd3684030072c94d06bd8.zip
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/serial.h')
-rw-r--r--include/serial.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/serial.h b/include/serial.h
index 6423fbaea1..111edbec8f 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -52,10 +52,10 @@ extern struct serial_device s3c24xx_serial2_device;
#endif
#if defined(CONFIG_S5PC1XX)
-extern struct serial_device s5pc1xx_serial0_device;
-extern struct serial_device s5pc1xx_serial1_device;
-extern struct serial_device s5pc1xx_serial2_device;
-extern struct serial_device s5pc1xx_serial3_device;
+extern struct serial_device s5p_serial0_device;
+extern struct serial_device s5p_serial1_device;
+extern struct serial_device s5p_serial2_device;
+extern struct serial_device s5p_serial3_device;
#endif
#if defined(CONFIG_OMAP3_ZOOM2)
OpenPOWER on IntegriCloud