hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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