| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 07/35] MIPS: ath79: Cleanup files effected by firmware changes. |
| From: | "Steven J. Hill" <sjhill@mips.com> |
| Date: | Tue, 5 Jun 2012 16:19:11 -0500 |
| Cc: | "Steven J. Hill" <sjhill@mips.com> |
| In-reply-to: | <1338931179-9611-1-git-send-email-sjhill@mips.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1338931179-9611-1-git-send-email-sjhill@mips.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: "Steven J. Hill" <sjhill@mips.com> Make headers consistent across the files and make changes based on running the checkpatch script. Signed-off-by: Steven J. Hill <sjhill@mips.com> --- arch/mips/ath79/prom.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/arch/mips/ath79/prom.c b/arch/mips/ath79/prom.c index adbe614..9ead18a 100644 --- a/arch/mips/ath79/prom.c +++ b/arch/mips/ath79/prom.c @@ -1,18 +1,15 @@ /* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * * Atheros AR71XX/AR724X/AR913X specific prom routines * * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. */ - -#include <linux/kernel.h> -#include <linux/init.h> #include <linux/io.h> -#include <linux/string.h> #include <asm/fw/fw.h> #include <asm/addrspace.h> -- 1.7.10.3 |
| Previous by Date: | [PATCH 06/35] MIPS: ath79: Cleanup firmware support for the ath79 platform., Steven J. Hill |
|---|---|
| Next by Date: | [PATCH 08/35] MIPS: Cobalt: Cleanup firmware support for the Cobalt platform., Steven J. Hill |
| Previous by Thread: | Re: [PATCH 06/35] MIPS: ath79: Cleanup firmware support for the ath79 platform., Gabor Juhos |
| Next by Thread: | Re: [PATCH 07/35] MIPS: ath79: Cleanup files effected by firmware changes., Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |