power: wakelock: call __get_wall_to_monotonic() instead of using wall_to_monotonic
authorErik Gilling <konkers@android.com>
Tue, 31 Aug 2010 01:22:20 +0000 (18:22 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:47 +0000 (17:49 -0700)
Change-Id: I9e9c3b923bf9a22ffd48f80a72050289496e57d8

kernel/power/wakelock.c

index d3d7fd682c00806f34ffac065ca4f517c6c06143..ee9781c5adb2835135ff0408b936cd64cc0c78b0 100644 (file)
@@ -71,7 +71,7 @@ int get_expired_time(struct wake_lock *lock, ktime_t *expire_time)
                if (timeout > 0)
                        return 0;
                kt = current_kernel_time();
-               tomono = wall_to_monotonic;
+               tomono = __get_wall_to_monotonic();
        } while (read_seqretry(&xtime_lock, seq));
        jiffies_to_timespec(-timeout, &delta);
        set_normalized_timespec(&ts, kt.tv_sec + tomono.tv_sec - delta.tv_sec,