Module Name: src
Committed By: riastradh
Date: Tue Oct 25 23:37:24 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/include/linux: suspend.h
Log Message:
linux/suspend.h: Stubs for (un)register_pm_notifier.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/linux/suspend.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/suspend.h
diff -u src/sys/external/bsd/drm2/include/linux/suspend.h:1.3 src/sys/external/bsd/drm2/include/linux/suspend.h:1.4
--- src/sys/external/bsd/drm2/include/linux/suspend.h:1.3 Sun Dec 19 12:00:24 2021
+++ src/sys/external/bsd/drm2/include/linux/suspend.h Tue Oct 25 23:37:24 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: suspend.h,v 1.3 2021/12/19 12:00:24 riastradh Exp $ */
+/* $NetBSD: suspend.h,v 1.4 2022/10/25 23:37:24 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -36,4 +36,7 @@
#define ksys_sync_helper() __nothing
+#define register_pm_notifier(n) __nothing
+#define unregister_pm_notifier(n) __nothing
+
#endif /* _LINUX_SUSPEND_H_ */