[ar71xx] fix typo in modules.mk
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-3.3 / 118-MIPS-ath79-update-copyright-headers-of-PCI-related-f.patch
1 From d3b5329b89d1bc733c56e4d609a89b429bf6cd4e Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Wed, 14 Mar 2012 10:36:14 +0100
4 Subject: [PATCH 23/47] MIPS: ath79: update copyright headers of PCI related files
5
6 Add copyright records according to the recent changes in
7 the PCI code. Also fix up the descriptions.
8
9 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
10 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
11 Cc: linux-mips@linux-mips.org
12 Patchwork: https://patchwork.linux-mips.org/patch/3503/
13 Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 ---
15 arch/mips/ath79/pci.c | 4 ++++
16 arch/mips/ath79/pci.h | 4 +++-
17 arch/mips/include/asm/mach-ath79/pci.h | 4 +++-
18 arch/mips/pci/pci-ar724x.c | 3 ++-
19 4 files changed, 12 insertions(+), 3 deletions(-)
20
21 --- a/arch/mips/ath79/pci.c
22 +++ b/arch/mips/ath79/pci.c
23 @@ -2,6 +2,10 @@
24 * Atheros AR71XX/AR724X specific PCI setup code
25 *
26 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
27 + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
28 + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
29 + *
30 + * Parts of this file are based on Atheros' 2.6.15 BSP
31 *
32 * This program is free software; you can redistribute it and/or modify it
33 * under the terms of the GNU General Public License version 2 as published
34 --- a/arch/mips/ath79/pci.h
35 +++ b/arch/mips/ath79/pci.h
36 @@ -1,7 +1,9 @@
37 /*
38 - * Atheros 724x PCI support
39 + * Atheros AR71XX/AR724X PCI support
40 *
41 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
42 + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
43 + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
44 *
45 * This program is free software; you can redistribute it and/or modify it
46 * under the terms of the GNU General Public License version 2 as published
47 --- a/arch/mips/include/asm/mach-ath79/pci.h
48 +++ b/arch/mips/include/asm/mach-ath79/pci.h
49 @@ -1,7 +1,9 @@
50 /*
51 - * Atheros 724x PCI support
52 + * Atheros AR71XX/AR724X PCI support
53 *
54 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
55 + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
56 + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
57 *
58 * This program is free software; you can redistribute it and/or modify it
59 * under the terms of the GNU General Public License version 2 as published
60 --- a/arch/mips/pci/pci-ar724x.c
61 +++ b/arch/mips/pci/pci-ar724x.c
62 @@ -1,7 +1,8 @@
63 /*
64 - * Atheros 724x PCI support
65 + * Atheros AR724X PCI host controller driver
66 *
67 * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com>
68 + * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
69 *
70 * This program is free software; you can redistribute it and/or modify it
71 * under the terms of the GNU General Public License version 2 as published