diff options
Diffstat (limited to 'arch/mips/pci/pci-rt3883.c')
-rw-r--r-- | arch/mips/pci/pci-rt3883.c | 5 |
1 files changed, 1 insertions, 4 deletions
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> |