serial: sh-sci: fix cannot work SH7723 SCIFA

SH7723 has SCIFA. This module is similer SCI register map, but it has FIFO.
So this patch adds new type(PORT_SCIFA) and change some type checking.

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Yoshihiro Shimoda 2008-11-11 12:19:05 +09:00 committed by Paul Mundt
parent acca4f4d9b
commit 1a22f08dbd
3 changed files with 22 additions and 17 deletions

View file

@ -155,6 +155,9 @@
#define PORT_SC26XX 82
/* SH-SCI */
#define PORT_SCIFA 83
#ifdef __KERNEL__
#include <linux/compiler.h>