projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae9e42
)
[ARM] 4048/1: S3C24XX: make s3c2410_pm_resume() static
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 17 Dec 2006 21:44:56 +0000
(22:44 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 17 Dec 2006 23:37:59 +0000
(23:37 +0000)
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>
arch/arm/mach-s3c2410/s3c2410-pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/s3c2410-pm.c
b/arch/arm/mach-s3c2410/s3c2410-pm.c
index 77c6814c0f0507599c650e72d35bfd3d071b6c58..e546fe1379e72e8d455539d132caa6509463f030 100644
(file)
--- a/
arch/arm/mach-s3c2410/s3c2410-pm.c
+++ b/
arch/arm/mach-s3c2410/s3c2410-pm.c
@@
-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;