From 64703bd49e38e9efaa78fbc3fe0f62ddf9209320 Mon Sep 17 00:00:00 2001 From: Marcin Slusarz Date: Fri, 15 Aug 2008 00:40:19 -0700 Subject: [PATCH] --- yaml --- r: 108466 b: refs/heads/master c: ce289e89726948b50a58c9e8f4e81174a8c9c254 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/suspend.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 610d40a5cdcf..6cc9dc10d9e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6acb2eceff80027bd67a204227c6c8effd464c25 +refs/heads/master: ce289e89726948b50a58c9e8f4e81174a8c9c254 diff --git a/trunk/include/linux/suspend.h b/trunk/include/linux/suspend.h index c63435095970..2ce8207686e2 100644 --- a/trunk/include/linux/suspend.h +++ b/trunk/include/linux/suspend.h @@ -217,11 +217,11 @@ struct platform_hibernation_ops { #ifdef CONFIG_HIBERNATION /* kernel/power/snapshot.c */ extern void __register_nosave_region(unsigned long b, unsigned long e, int km); -static inline void register_nosave_region(unsigned long b, unsigned long e) +static inline void __init register_nosave_region(unsigned long b, unsigned long e) { __register_nosave_region(b, e, 0); } -static inline void register_nosave_region_late(unsigned long b, unsigned long e) +static inline void __init register_nosave_region_late(unsigned long b, unsigned long e) { __register_nosave_region(b, e, 1); }