.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2012 Linaro Ltd. |
---|
3 | | - * |
---|
4 | | - * The code contained herein is licensed under the GNU General Public |
---|
5 | | - * License. You may obtain a copy of the GNU General Public License |
---|
6 | | - * Version 2 or later at the following locations: |
---|
7 | | - * |
---|
8 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
9 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
10 | 4 | */ |
---|
11 | 5 | |
---|
12 | 6 | #include <linux/cpuidle.h> |
---|
.. | .. |
---|
17 | 11 | extern struct of_cpuidle_method __cpuidle_method_of_table[]; |
---|
18 | 12 | |
---|
19 | 13 | static const struct of_cpuidle_method __cpuidle_method_of_table_sentinel |
---|
20 | | - __used __section(__cpuidle_method_of_table_end); |
---|
| 14 | + __used __section("__cpuidle_method_of_table_end"); |
---|
21 | 15 | |
---|
22 | 16 | static struct cpuidle_ops cpuidle_ops[NR_CPUS] __ro_after_init; |
---|
23 | 17 | |
---|