From 63162dc1e6c8fb27790782299a73bc3adc9a9270 Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Thu, 26 Jul 2007 10:40:59 -0700 Subject: [PATCH] --- yaml --- r: 62971 b: refs/heads/master c: 70f38db60cc5c8c6c3a95f0d2e6360272d6014a3 h: refs/heads/master i: 62969: 025a1dd96df65358b188377c04fc8eed5bb6f52b 62967: 9e3e23988c4591cc866ca09675f7012c23cf0f41 v: v3 --- [refs] | 2 +- trunk/include/linux/suspend.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6b255ed74e86..736542bce47b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 415ad26d8c8665a0fcfc18552daf411a9bc1a41e +refs/heads/master: 70f38db60cc5c8c6c3a95f0d2e6360272d6014a3 diff --git a/trunk/include/linux/suspend.h b/trunk/include/linux/suspend.h index e8e6da394c92..618f93c32b7f 100644 --- a/trunk/include/linux/suspend.h +++ b/trunk/include/linux/suspend.h @@ -125,6 +125,9 @@ static inline int unregister_pm_notifier(struct notifier_block *nb) static inline void register_nosave_region(unsigned long b, unsigned long e) { } +static inline void register_nosave_region_late(unsigned long b, unsigned long e) +{ +} #endif #endif /* _LINUX_SWSUSP_H */