[PATCH 16/33] MIPS: Lasat: Cleanup files effected by firmware changes.
From: Steven J. Hill <hidden>
Date: 2012-06-26 04:56:56
Subsystem:
mips, the rest · Maintainers:
Thomas Bogendoerfer, Linus Torvalds
From: Steven J. Hill <hidden>
Date: 2012-06-26 04:56:56
Subsystem:
mips, the rest · Maintainers:
Thomas Bogendoerfer, Linus Torvalds
From: "Steven J. Hill" <redacted> Make changes based on running the checkpatch script. Signed-off-by: Steven J. Hill <redacted> --- arch/mips/lasat/prom.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/mips/lasat/prom.c b/arch/mips/lasat/prom.c
index 8bd3994..a2dbb04 100644
--- a/arch/mips/lasat/prom.c
+++ b/arch/mips/lasat/prom.c@@ -9,12 +9,13 @@ #include <linux/mm.h> #include <linux/bootmem.h> #include <linux/ioport.h> +#include <linux/cpu.h> + #include <asm/fw/fw.h> #include <asm/lasat/lasat.h> -#include <asm/cpu.h> +#include <asm/lasat/eeprom.h> #include "at93c.h" -#include <asm/lasat/eeprom.h> #include "prom.h" #define RESET_VECTOR 0xbfc00000
@@ -84,11 +85,11 @@ void __init prom_init(void) setup_prom_vectors(); if (IS_LASAT_200()) { - printk(KERN_INFO "LASAT 200 board\n"); + pr_info("LASAT 200 board\n"); lasat_ndelay_divider = LASAT_200_DIVIDER; at93c = &at93c_defs[1]; } else { - printk(KERN_INFO "LASAT 100 board\n"); + pr_info("LASAT 100 board\n"); lasat_ndelay_divider = LASAT_100_DIVIDER; at93c = &at93c_defs[0]; }
--
1.7.10.3