Blackfin arch: fix typo error in bf548 serial header file

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

authored by Sonic Zhang and committed by Bryan Wu ec64b6c8 9bedbcb2

+2 -2
+2 -2
include/asm-blackfin/mach-bf548/bfin_serial_5xx.h
··· 187 187 188 188 #ifdef CONFIG_BFIN_UART1_CTSRTS 189 189 peripheral_request(P_UART1_RTS, DRIVER_NAME); 190 - peripheral_request(P_UART1_CTS DRIVER_NAME); 190 + peripheral_request(P_UART1_CTS, DRIVER_NAME); 191 191 #endif 192 192 #endif 193 193 ··· 202 202 203 203 #ifdef CONFIG_BFIN_UART3_CTSRTS 204 204 peripheral_request(P_UART3_RTS, DRIVER_NAME); 205 - peripheral_request(P_UART3_CTS DRIVER_NAME); 205 + peripheral_request(P_UART3_CTS, DRIVER_NAME); 206 206 #endif 207 207 #endif 208 208 SSYNC();