Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d12c610e08022a1b84d6bd4412c189214d32e713
Commit:     d12c610e08022a1b84d6bd4412c189214d32e713
Parent:     259130526c267550bc365d3015917d90667732f1
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 10 01:43:34 2007 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Feb 11 10:51:19 2007 -0800

    [PATCH] swsusp-change-code-ordering-in-userc-sanity
    
    The compiler will do that.  And if it doesn't, we don't want to either ;)
    
    Cc: Rafael J. Wysocki <[EMAIL PROTECTED]>
    Cc: Pavel Machek <[EMAIL PROTECTED]>
    Cc: Greg KH <[EMAIL PROTECTED]>
    Cc: Nigel Cunningham <[EMAIL PROTECTED]>
    Cc: Patrick Mochel <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/power/user.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/power/user.c b/kernel/power/user.c
index 4f21768..b70d83d 100644
--- a/kernel/power/user.c
+++ b/kernel/power/user.c
@@ -122,7 +122,7 @@ static ssize_t snapshot_write(struct file *filp, const char 
__user *buf,
        return res;
 }
 
-static inline int snapshot_suspend(void)
+static int snapshot_suspend(void)
 {
        int error;
 
@@ -151,7 +151,7 @@ static inline int snapshot_suspend(void)
        return error;
 }
 
-static inline int snapshot_restore(void)
+static int snapshot_restore(void)
 {
        int error;
 
-
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