Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;