hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/powerpc/kernel/suspend.c
....@@ -1,13 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Suspend support specific for power.
3
- *
4
- * Distribute under GPLv2
54 *
65 * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz>
76 * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
87 */
98
109 #include <linux/mm.h>
10
+#include <linux/suspend.h>
1111 #include <asm/page.h>
1212 #include <asm/sections.h>
1313