[ARM] 4048/1: S3C24XX: make s3c2410_pm_resume() static

Remove warning from s3c2410_pm_resume() not being
declared by making it static.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Ben Dooks 2006-12-17 22:44:56 +01:00 committed by Russell King
parent 7ae9e420de
commit 9162b7dbf5
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ static void s3c2410_pm_prepare(void)
}
int s3c2410_pm_resume(struct sys_device *dev)
static int s3c2410_pm_resume(struct sys_device *dev)
{
unsigned long tmp;