| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 15/35] MIPS: lantiq: Cleanup files effected by firmware changes. |
| From: | "Steven J. Hill" <sjhill@mips.com> |
| Date: | Tue, 5 Jun 2012 16:19:19 -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/lantiq/prom.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/mips/lantiq/prom.c b/arch/mips/lantiq/prom.c index aa9da9e..56470c6 100644 --- a/arch/mips/lantiq/prom.c +++ b/arch/mips/lantiq/prom.c @@ -1,15 +1,15 @@ /* - * 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. + * 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. * * Copyright (C) 2010 John Crispin <blogic@openwrt.org> + * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. */ - #include <linux/export.h> #include <linux/clk.h> #include <linux/of_platform.h> -#include <asm/time.h> +#include <linux/time.h> #include <asm/fw/fw.h> #include <lantiq.h> -- 1.7.10.3 |
| Previous by Date: | [PATCH 33/35] MIPS: txx9: Cleanup files effected by firmware changes., Steven J. Hill |
|---|---|
| Next by Date: | [PATCH 25/35] MIPS: MSP71xx, Yosemite: Cleanup files effected by firmware changes., Steven J. Hill |
| Previous by Thread: | [PATCH 33/35] MIPS: txx9: Cleanup files effected by firmware changes., Steven J. Hill |
| Next by Thread: | Re: [PATCH 15/35] MIPS: lantiq: Cleanup files effected by firmware changes., John Crispin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |