Commit 9162b7db authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7ae9e420
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment