Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9162b7dbf5652a4ae99980235cd8992223258408
Commit:     9162b7dbf5652a4ae99980235cd8992223258408
Parent:     7ae9e420de165c2a992d116002d05655138d8f24
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 17 22:44:56 2006 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sun Dec 17 23:37:59 2006 +0000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-s3c2410/s3c2410-pm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-s3c2410/s3c2410-pm.c 
b/arch/arm/mach-s3c2410/s3c2410-pm.c
index 77c6814..e546fe1 100644
--- 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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to