diff options
Diffstat (limited to 'drivers/cpufreq/davinci-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/davinci-cpufreq.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/cpufreq/davinci-cpufreq.c b/drivers/cpufreq/davinci-cpufreq.c index 940fe85db97a..3de48ae60c29 100644 --- a/drivers/cpufreq/davinci-cpufreq.c +++ b/drivers/cpufreq/davinci-cpufreq.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * CPU frequency scaling for DaVinci | 3 | * CPU frequency scaling for DaVinci |
3 | * | 4 | * |
@@ -13,10 +14,6 @@ | |||
13 | * Copyright (C) 2007-2008 Texas Instruments, Inc. | 14 | * Copyright (C) 2007-2008 Texas Instruments, Inc. |
14 | * Updated to support OMAP3 | 15 | * Updated to support OMAP3 |
15 | * Rajendra Nayak <rnayak@ti.com> | 16 | * Rajendra Nayak <rnayak@ti.com> |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License version 2 as | ||
19 | * published by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | #include <linux/types.h> | 18 | #include <linux/types.h> |
22 | #include <linux/cpufreq.h> | 19 | #include <linux/cpufreq.h> |