sh: sh7722: Fix multiple definition of PSDR in serial_sh

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
This commit is contained in:
Nobuhiro Iwamatsu 2010-11-24 13:24:33 +09:00 committed by Nobuhiro Iwamatsu
parent efc0ba4395
commit 99057064b3
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ struct uart_port {
# define SCSCR_INIT(port) 0x32 /* TIE=0,RIE=0,TE=1,RE=1,REIE=0,CKE=1 */ # define SCSCR_INIT(port) 0x32 /* TIE=0,RIE=0,TE=1,RE=1,REIE=0,CKE=1 */
#elif defined(CONFIG_CPU_SH7722) #elif defined(CONFIG_CPU_SH7722)
# define PADR 0xA4050120 # define PADR 0xA4050120
# undef PSDR
# define PSDR 0xA405013e # define PSDR 0xA405013e
# define PWDR 0xA4050166 # define PWDR 0xA4050166
# define PSCR 0xA405011E # define PSCR 0xA405011E