[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:
parent
7ae9e420de
commit
9162b7dbf5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue