diff options
Diffstat (limited to 'arch/arm/plat-omap/counter_32k.c')
-rw-r--r-- | arch/arm/plat-omap/counter_32k.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/plat-omap/counter_32k.c b/arch/arm/plat-omap/counter_32k.c index fcc5bfec8bd1..7a729ade2105 100644 --- a/arch/arm/plat-omap/counter_32k.c +++ b/arch/arm/plat-omap/counter_32k.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMAP 32ksynctimer/counter_32k-related code | 3 | * OMAP 32ksynctimer/counter_32k-related code |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Tony Lindgren <tony@atomide.com> | 7 | * Tony Lindgren <tony@atomide.com> |
7 | * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> | 8 | * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * NOTE: This timer is not the same timer as the old OMAP1 MPU timer. | 10 | * NOTE: This timer is not the same timer as the old OMAP1 MPU timer. |
14 | */ | 11 | */ |
15 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |