serial: sh-sci: Consolidate port definition structures.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 19 Jan 2011 06:24:40 +0000 (15:24 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 19 Jan 2011 06:24:40 +0000 (15:24 +0900)
Presently the port defs are lamely copied around between competing data
structures (one platform facing, the other driver internal). As we pretty
much require all of the data from the platform facing structure within
the driver too, simply nest the pointer directly and kill off the
duplication.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c

Simple merge