提交 9162b7db 编写于 作者: B Ben Dooks 提交者: 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: NBen Dooks <ben-linux@fluff.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册