diff options
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/counter_32k.c | 5 | ||||
-rw-r--r-- | arch/arm/plat-omap/debug-leds.c | 5 | ||||
-rw-r--r-- | arch/arm/plat-omap/dma.c | 6 | ||||
-rw-r--r-- | arch/arm/plat-omap/sram.c | 5 |
4 files changed, 4 insertions, 17 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> |
diff --git a/arch/arm/plat-omap/debug-leds.c b/arch/arm/plat-omap/debug-leds.c index 48b69de89a5d..2b698d074874 100644 --- a/arch/arm/plat-omap/debug-leds.c +++ b/arch/arm/plat-omap/debug-leds.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-omap/debug-leds.c | 3 | * linux/arch/arm/plat-omap/debug-leds.c |
3 | * | 4 | * |
4 | * Copyright 2011 by Bryan Wu <bryan.wu@canonical.com> | 5 | * Copyright 2011 by Bryan Wu <bryan.wu@canonical.com> |
5 | * Copyright 2003 by Texas Instruments Incorporated | 6 | * Copyright 2003 by Texas Instruments Incorporated |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 5ca4c5fd627a..79f43acf9acb 100644 --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-omap/dma.c | 3 | * linux/arch/arm/plat-omap/dma.c |
3 | * | 4 | * |
@@ -18,11 +19,6 @@ | |||
18 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ | 19 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ |
19 | * Converted DMA library into DMA platform driver. | 20 | * Converted DMA library into DMA platform driver. |
20 | * - G, Manjunath Kondaiah <manjugk@ti.com> | 21 | * - G, Manjunath Kondaiah <manjugk@ti.com> |
21 | * | ||
22 | * This program is free software; you can redistribute it and/or modify | ||
23 | * it under the terms of the GNU General Public License version 2 as | ||
24 | * published by the Free Software Foundation. | ||
25 | * | ||
26 | */ | 22 | */ |
27 | 23 | ||
28 | #include <linux/module.h> | 24 | #include <linux/module.h> |
diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c index 921840acf65c..0f1eacad7fe3 100644 --- a/arch/arm/plat-omap/sram.c +++ b/arch/arm/plat-omap/sram.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-omap/sram.c | 3 | * linux/arch/arm/plat-omap/sram.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Copyright (C) 2009-2012 Texas Instruments | 10 | * Copyright (C) 2009-2012 Texas Instruments |
10 | * Added OMAP4/5 support - Santosh Shilimkar <santosh.shilimkar@ti.com> | 11 | * Added OMAP4/5 support - Santosh Shilimkar <santosh.shilimkar@ti.com> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | #undef DEBUG | 13 | #undef DEBUG |
17 | 14 | ||