From: "Steven J. Hill" <sjhill@xxxxxxxx> Make headers consistent across the files and make changes based on running the checkpatch script. Signed-off-by: Steven J. Hill <sjhill@xxxxxxxx> --- arch/mips/txx9/generic/setup.c | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index 8a053d6..8867888 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c @@ -1,34 +1,28 @@ /* - * Based on linux/arch/mips/txx9/rbtx4938/setup.c, - * and RBTX49xx patch from CELF patch archive. - * - * 2003-2005 (c) MontaVista Software, Inc. - * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 - * * 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. + * + * Based on linux/arch/mips/txx9/rbtx4938/setup.c and RBTX49xx patch + * from CELF patch archive. + * + * 2003-2005 (c) MontaVista Software, Inc. + * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 */ #include <linux/init.h> -#include <linux/kernel.h> -#include <linux/types.h> -#include <linux/interrupt.h> #include <linux/string.h> #include <linux/module.h> -#include <linux/clk.h> -#include <linux/err.h> +#include <linux/slab.h> #include <linux/gpio.h> +#include <linux/leds.h> #include <linux/platform_device.h> -#include <linux/serial_core.h> #include <linux/mtd/physmap.h> -#include <linux/leds.h> -#include <linux/device.h> -#include <linux/slab.h> -#include <linux/irq.h> -#include <asm/time.h> +#include <linux/serial_core.h> + #include <asm/reboot.h> #include <asm/r4kcache.h> #include <asm/sections.h> +#include <asm/time.h> #include <asm/fw/fw.h> #include <asm/txx9/generic.h> #include <asm/txx9/pci.h> -- 1.7.10.3