Skip to content

Commit

Permalink
[ARM] 4048/1: S3C24XX: make s3c2410_pm_resume() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Dec 17, 2006
1 parent 7ae9e42 commit 9162b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/s3c2410-pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9162b7d

Please sign in to comment.