| To: | Gabor Juhos <juhosg@openwrt.org> |
|---|---|
| Subject: | Re: [PATCH v3 5/7] MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name |
| From: | René Bolldorf <xsecute@googlemail.com> |
| Date: | Mon, 21 Nov 2011 14:52:53 +0100 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=4arO8rjdDe6oypB5o7W9kZ7jIN1DXv4FvfRID1lHwNk=; b=e3EsSJEP8F+7/Uyntw700AGmmYhW4wnrLM/QU/fbCUFjmOoCnImGj+g9Ug3JnyRO31 MhsKilOPtXrWHeUMvOYPfKn2enH2eBkiUyE0g7Bom30g5XtEFpJGdhWzs42ttUZP6gdP h6kOkKu1V16f+RR/gr3tWPBmvMfPbkPdo+Kzg= |
| In-reply-to: | <1321825151-16053-6-git-send-email-juhosg@openwrt.org> |
| References: | <1321825151-16053-1-git-send-email-juhosg@openwrt.org> <1321825151-16053-6-git-send-email-juhosg@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Acked-by: Rene Bolldorf <xsecute@googlemail.com>
On Sun, Nov 20, 2011 at 10:39 PM, Gabor Juhos <juhosg@openwrt.org> wrote:
> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
> ---
> v3: - no changes
> v2: - no changes
> ---
> arch/mips/pci/Makefile | 2 +-
> arch/mips/pci/{pci-ath724x.c => pci-ar724x.c} | 0
> 2 files changed, 1 insertions(+), 1 deletions(-)
> rename arch/mips/pci/{pci-ath724x.c => pci-ar724x.c} (100%)
>
> diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile
> index c3ac4b0..172277c 100644
> --- a/arch/mips/pci/Makefile
> +++ b/arch/mips/pci/Makefile
> @@ -19,7 +19,7 @@ obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o
> obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \
> ops-bcm63xx.o
> obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o
> -obj-$(CONFIG_SOC_AR724X) += pci-ath724x.o
> +obj-$(CONFIG_SOC_AR724X) += pci-ar724x.o
>
> #
> # These are still pretty much in the old state, watch, go blind.
> diff --git a/arch/mips/pci/pci-ath724x.c b/arch/mips/pci/pci-ar724x.c
> similarity index 100%
> rename from arch/mips/pci/pci-ath724x.c
> rename to arch/mips/pci/pci-ar724x.c
> --
> 1.7.2.1
>
>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v3 2/7] MIPS: ath79: rename pci-ath724x.h, René Bolldorf |
|---|---|
| Next by Date: | Re: [PATCH v3 1/7] MIPS: ath79: separate common PCI code, René Bolldorf |
| Previous by Thread: | [PATCH v3 5/7] MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name, Gabor Juhos |
| Next by Thread: | [PATCH v3 4/7] MIPS: ath79: add a common PCI registration function, Gabor Juhos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |