[PATCH 09/35] MIPS: Cobalt: Cleanup files effected by firmware changes.
From: Steven J. Hill <hidden>
Date: 2012-06-05 21:24:07
Subsystem:
mips, the rest · Maintainers:
Thomas Bogendoerfer, Linus Torvalds
From: "Steven J. Hill" <redacted> Make headers consistent across the files and make changes based on running the checkpatch script. Signed-off-by: Steven J. Hill <redacted> --- arch/mips/cobalt/setup.c | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c
index 3fdd449..2565965 100644
--- a/arch/mips/cobalt/setup.c
+++ b/arch/mips/cobalt/setup.c@@ -1,12 +1,13 @@ /* - * Setup pointers to hardware dependent routines. - * * 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. * + * Setup pointers to hardware dependent routines. + * * Copyright (C) 1996, 1997, 2004, 05 by Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2001, 2002, 2003 by Liam Davies (ldavies@agile.tv) + * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. * */ #include <linux/init.h>
@@ -27,14 +28,14 @@ extern void cobalt_machine_halt(void); const char *get_system_type(void) { switch (cobalt_board_id) { - case COBALT_BRD_ID_QUBE1: - return "Cobalt Qube"; - case COBALT_BRD_ID_RAQ1: - return "Cobalt RaQ"; - case COBALT_BRD_ID_QUBE2: - return "Cobalt Qube2"; - case COBALT_BRD_ID_RAQ2: - return "Cobalt RaQ2"; + case COBALT_BRD_ID_QUBE1: + return "Cobalt Qube"; + case COBALT_BRD_ID_RAQ1: + return "Cobalt RaQ"; + case COBALT_BRD_ID_QUBE2: + return "Cobalt Qube2"; + case COBALT_BRD_ID_RAQ2: + return "Cobalt RaQ2"; } return "MIPS Cobalt"; }
@@ -86,7 +87,8 @@ void __init plat_mem_setup(void) /* These resources have been reserved by VIA SuperI/O chip. */ for (i = 0; i < ARRAY_SIZE(cobalt_reserved_resources); i++) - request_resource(&ioport_resource, cobalt_reserved_resources + i); + request_resource(&ioport_resource, + cobalt_reserved_resources + i); } /*
--
1.7.10.3