diff options
Diffstat (limited to 'arch/unicore32/kernel/pm.c')
| -rw-r--r-- | arch/unicore32/kernel/pm.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/unicore32/kernel/pm.c b/arch/unicore32/kernel/pm.c index 6f8164d91dc2..94b7f9df6c1a 100644 --- a/arch/unicore32/kernel/pm.c +++ b/arch/unicore32/kernel/pm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * linux/arch/unicore32/kernel/pm.c   * @@ -5,10 +6,6 @@   *   *	Maintained by GUAN Xue-tao <[email protected]>   *	Copyright (C) 2001-2010 Guan Xuetao - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation.   */  #include <linux/init.h>  #include <linux/module.h>  |