]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 2976/1: S3C2410: add static to functions in serial driver
authorBen Dooks <ben-linux@fluff.org>
Wed, 12 Oct 2005 18:58:06 +0000 (19:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 12 Oct 2005 18:58:06 +0000 (19:58 +0100)
commit5794911604e8856264d15fe10e31eeec1153ca3b
tree4a47afcca1a87daae79781de03333b97de2b076e
parentba7e2e525f638a8f661ab46234a753e41e5dabeb
[ARM] 2976/1: S3C2410: add static to functions in serial driver

Patch from Ben Dooks

The s3c2410 serial driver is missing static declerations
on several functions that are not exported, and have no
need of being exported outside the driver

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/s3c2410.c