[SERIAL] 8250: serial8250_port_size() - omap ports are larger
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 1 Sep 2008 20:47:59 +0000 (21:47 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 4 Sep 2008 18:51:52 +0000 (11:51 -0700)
commit8dc0a5b03f0bbc2fe32e6aff0f1e6610df8f36c9
treeffbbf6fe0ddb687510ed23724f29f49385d7a479
parent3d65b99a9d4659bf8d64066f0568f655c13e44fa
[SERIAL] 8250: serial8250_port_size() - omap ports are larger

A function to contain common code for the size of the resource we
need to allocate or free.  OMAP ports need 22 bytes rather than
the standard 8 bytes.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250.c