kernel/arch/powerpc/kernel/suspend.c
.. .. @@ -1,13 +1,13 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Suspend support specific for power. 3 - *4 - * Distribute under GPLv25 4 * 6 5 * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz> 7 6 * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org> 8 7 */ 9 8 10 9 #include <linux/mm.h> 10 +#include <linux/suspend.h>11 11 #include <asm/page.h> 12 12 #include <asm/sections.h> 13 13