diff --git a/include/linux/suspend.h b/include/linux/suspend.h index e8e6da394c921572bae24a3aa7e2574138936951..618f93c32b7fcf139e3f9c89fd9d5e12b952a722 100644 --- a/include/linux/suspend.h +++ b/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 */