diff options
Diffstat (limited to 'drivers/cpuidle/coupled.c')
-rw-r--r-- | drivers/cpuidle/coupled.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/cpuidle/coupled.c b/drivers/cpuidle/coupled.c index 147f38ea0fcd..b607278df25b 100644 --- a/drivers/cpuidle/coupled.c +++ b/drivers/cpuidle/coupled.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * coupled.c - helper functions to enter the same idle state on multiple cpus | 3 | * coupled.c - helper functions to enter the same idle state on multiple cpus |
3 | * | 4 | * |
4 | * Copyright (c) 2011 Google, Inc. | 5 | * Copyright (c) 2011 Google, Inc. |
5 | * | 6 | * |
6 | * Author: Colin Cross <ccross@android.com> | 7 | * Author: Colin Cross <ccross@android.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
14 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
15 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
16 | * more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |