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 */