diff options
Diffstat (limited to 'arch/mips/pci')
-rw-r--r-- | arch/mips/pci/fixup-ath79.c | 5 | ||||
-rw-r--r-- | arch/mips/pci/fixup-lantiq.c | 4 | ||||
-rw-r--r-- | arch/mips/pci/ops-lantiq.c | 4 | ||||
-rw-r--r-- | arch/mips/pci/pci-ar71xx.c | 5 | ||||
-rw-r--r-- | arch/mips/pci/pci-ar724x.c | 5 | ||||
-rw-r--r-- | arch/mips/pci/pci-lantiq.c | 4 | ||||
-rw-r--r-- | arch/mips/pci/pci-lantiq.h | 4 | ||||
-rw-r--r-- | arch/mips/pci/pci-mt7620.c | 5 | ||||
-rw-r--r-- | arch/mips/pci/pci-rt2880.c | 5 | ||||
-rw-r--r-- | arch/mips/pci/pci-rt3883.c | 5 |
10 files changed, 10 insertions, 36 deletions
diff --git a/arch/mips/pci/fixup-ath79.c b/arch/mips/pci/fixup-ath79.c index 9e651a4af05e..09a4ce53424f 100644 --- a/arch/mips/pci/fixup-ath79.c +++ b/arch/mips/pci/fixup-ath79.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2018 John Crispin <john@phrozen.org> | 3 | * Copyright (C) 2018 John Crispin <john@phrozen.org> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License version 2 as published | ||
6 | * by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #include <linux/pci.h> | 6 | #include <linux/pci.h> |
diff --git a/arch/mips/pci/fixup-lantiq.c b/arch/mips/pci/fixup-lantiq.c index 81530a13b349..105569c1b712 100644 --- a/arch/mips/pci/fixup-lantiq.c +++ b/arch/mips/pci/fixup-lantiq.c | |||
@@ -1,7 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2012 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2012 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/pci/ops-lantiq.c b/arch/mips/pci/ops-lantiq.c index f51e10899cc2..7d71355394a6 100644 --- a/arch/mips/pci/ops-lantiq.c +++ b/arch/mips/pci/ops-lantiq.c | |||
@@ -1,7 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/pci/pci-ar71xx.c b/arch/mips/pci/pci-ar71xx.c index bdf87b43633f..a9f8e7c881bd 100644 --- a/arch/mips/pci/pci-ar71xx.c +++ b/arch/mips/pci/pci-ar71xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Atheros AR71xx PCI host controller driver | 3 | * Atheros AR71xx PCI host controller driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> | 6 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> |
6 | * | 7 | * |
7 | * Parts of this file are based on Atheros' 2.6.15 BSP | 8 | * Parts of this file are based on Atheros' 2.6.15 BSP |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License version 2 as published | ||
11 | * by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/resource.h> | 11 | #include <linux/resource.h> |
diff --git a/arch/mips/pci/pci-ar724x.c b/arch/mips/pci/pci-ar724x.c index 64b58cc48a91..869d5c9a2f8d 100644 --- a/arch/mips/pci/pci-ar724x.c +++ b/arch/mips/pci/pci-ar724x.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Atheros AR724X PCI host controller driver | 3 | * Atheros AR724X PCI host controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com> | 5 | * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com> |
5 | * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org> | 6 | * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/irq.h> | 9 | #include <linux/irq.h> |
diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c index f18f887f481d..1ca42f482130 100644 --- a/arch/mips/pci/pci-lantiq.c +++ b/arch/mips/pci/pci-lantiq.c | |||
@@ -1,7 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/pci/pci-lantiq.h b/arch/mips/pci/pci-lantiq.h index 0cc71253a497..fdbb0e89bfbf 100644 --- a/arch/mips/pci/pci-lantiq.h +++ b/arch/mips/pci/pci-lantiq.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/pci/pci-mt7620.c b/arch/mips/pci/pci-mt7620.c index f6b77788124a..d36061603752 100644 --- a/arch/mips/pci/pci-mt7620.c +++ b/arch/mips/pci/pci-mt7620.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Ralink MT7620A SoC PCI support | 3 | * Ralink MT7620A SoC PCI support |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2013 Bruce Chang (Mediatek) | 5 | * Copyright (C) 2007-2013 Bruce Chang (Mediatek) |
5 | * Copyright (C) 2013-2016 John Crispin <john@phrozen.org> | 6 | * Copyright (C) 2013-2016 John Crispin <john@phrozen.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/types.h> | 9 | #include <linux/types.h> |
diff --git a/arch/mips/pci/pci-rt2880.c b/arch/mips/pci/pci-rt2880.c index f376a1df326a..c9f4d4ba058a 100644 --- a/arch/mips/pci/pci-rt2880.c +++ b/arch/mips/pci/pci-rt2880.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Ralink RT288x SoC PCI register definitions | 3 | * Ralink RT288x SoC PCI register definitions |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> | 6 | * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> |
6 | * | 7 | * |
7 | * Parts of this file are based on Ralink's 2.6.21 BSP | 8 | * Parts of this file are based on Ralink's 2.6.21 BSP |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License version 2 as published | ||
11 | * by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/delay.h> | 11 | #include <linux/delay.h> |
diff --git a/arch/mips/pci/pci-rt3883.c b/arch/mips/pci/pci-rt3883.c index bafbf69e7dc4..0ac6346026d0 100644 --- a/arch/mips/pci/pci-rt3883.c +++ b/arch/mips/pci/pci-rt3883.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Ralink RT3662/RT3883 SoC PCI support | 3 | * Ralink RT3662/RT3883 SoC PCI support |
3 | * | 4 | * |
4 | * Copyright (C) 2011-2013 Gabor Juhos <juhosg@openwrt.org> | 5 | * Copyright (C) 2011-2013 Gabor Juhos <juhosg@openwrt.org> |
5 | * | 6 | * |
6 | * Parts of this file are based on Ralink's 2.6.21 BSP | 7 | * Parts of this file are based on Ralink's 2.6.21 BSP |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published | ||
10 | * by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/types.h> | 10 | #include <linux/types.h> |