| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * devfreq_cooling: Thermal cooling device implementation for devices using |
|---|
| 3 | 4 | * devfreq |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Copyright (C) 2014-2015 ARM Limited |
|---|
| 6 | 7 | * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is distributed "as is" WITHOUT ANY WARRANTY of any |
|---|
| 12 | | - * kind, whether express or implied; without even the implied warranty |
|---|
| 13 | | - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 14 | | - * GNU General Public License for more details. |
|---|
| 15 | 8 | */ |
|---|
| 16 | 9 | |
|---|
| 17 | 10 | #ifndef __DEVFREQ_COOLING_H__ |
|---|