diff options
Diffstat (limited to 'arch/c6x/platforms')
-rw-r--r-- | arch/c6x/platforms/cache.c | 5 | ||||
-rw-r--r-- | arch/c6x/platforms/dscr.c | 5 | ||||
-rw-r--r-- | arch/c6x/platforms/emif.c | 5 | ||||
-rw-r--r-- | arch/c6x/platforms/megamod-pic.c | 5 | ||||
-rw-r--r-- | arch/c6x/platforms/plldata.c | 5 | ||||
-rw-r--r-- | arch/c6x/platforms/timer64.c | 5 |
6 files changed, 6 insertions, 24 deletions
diff --git a/arch/c6x/platforms/cache.c b/arch/c6x/platforms/cache.c index ec3c887c79ec..fff027b72513 100644 --- a/arch/c6x/platforms/cache.c +++ b/arch/c6x/platforms/cache.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Texas Instruments Incorporated | 3 | * Copyright (C) 2011 Texas Instruments Incorporated |
3 | * Author: Mark Salter <msalter@redhat.com> | 4 | * Author: Mark Salter <msalter@redhat.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | #include <linux/of.h> | 6 | #include <linux/of.h> |
10 | #include <linux/of_address.h> | 7 | #include <linux/of_address.h> |
diff --git a/arch/c6x/platforms/dscr.c b/arch/c6x/platforms/dscr.c index f848a65ee646..4571615b589f 100644 --- a/arch/c6x/platforms/dscr.c +++ b/arch/c6x/platforms/dscr.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Device State Control Registers driver | 3 | * Device State Control Registers driver |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2011 Texas Instruments Incorporated |
5 | * Author: Mark Salter <msalter@redhat.com> | 6 | * Author: Mark Salter <msalter@redhat.com> |
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 | /* | 9 | /* |
diff --git a/arch/c6x/platforms/emif.c b/arch/c6x/platforms/emif.c index 8b564dec241d..6142ecc2cd88 100644 --- a/arch/c6x/platforms/emif.c +++ b/arch/c6x/platforms/emif.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * External Memory Interface | 3 | * External Memory Interface |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2011 Texas Instruments Incorporated |
5 | * Author: Mark Salter <msalter@redhat.com> | 6 | * Author: Mark Salter <msalter@redhat.com> |
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 | #include <linux/of.h> | 8 | #include <linux/of.h> |
12 | #include <linux/of_address.h> | 9 | #include <linux/of_address.h> |
diff --git a/arch/c6x/platforms/megamod-pic.c b/arch/c6x/platforms/megamod-pic.c index 9519fa5f97d0..56189e50728c 100644 --- a/arch/c6x/platforms/megamod-pic.c +++ b/arch/c6x/platforms/megamod-pic.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for C64x+ Megamodule Interrupt Controller | 3 | * Support for C64x+ Megamodule Interrupt Controller |
3 | * | 4 | * |
4 | * Copyright (C) 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2010, 2011 Texas Instruments Incorporated |
5 | * Contributed by: Mark Salter <msalter@redhat.com> | 6 | * Contributed by: Mark Salter <msalter@redhat.com> |
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 | #include <linux/module.h> | 8 | #include <linux/module.h> |
12 | #include <linux/interrupt.h> | 9 | #include <linux/interrupt.h> |
diff --git a/arch/c6x/platforms/plldata.c b/arch/c6x/platforms/plldata.c index 1ef04b5ab93f..a799e04edefe 100644 --- a/arch/c6x/platforms/plldata.c +++ b/arch/c6x/platforms/plldata.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2011 Texas Instruments Incorporated |
5 | * Author: Mark Salter <msalter@redhat.com> | 6 | * Author: Mark Salter <msalter@redhat.com> |
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 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
12 | #include <linux/delay.h> | 9 | #include <linux/delay.h> |
diff --git a/arch/c6x/platforms/timer64.c b/arch/c6x/platforms/timer64.c index 241a9a607193..d98d94303498 100644 --- a/arch/c6x/platforms/timer64.c +++ b/arch/c6x/platforms/timer64.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010, 2011 Texas Instruments Incorporated | 3 | * Copyright (C) 2010, 2011 Texas Instruments Incorporated |
3 | * Contributed by: Mark Salter (msalter@redhat.com) | 4 | * Contributed by: Mark Salter (msalter@redhat.com) |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/clockchips.h> | 7 | #include <linux/clockchips.h> |