| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 16/33] MIPS: Lasat: Cleanup files effected by firmware changes. |
| From: | "Steven J. Hill" <sjhill@mips.com> |
| Date: | Mon, 25 Jun 2012 23:41:31 -0500 |
| Cc: | "Steven J. Hill" <sjhill@mips.com>, ralf@linux-mips.org |
| In-reply-to: | <1340685708-14408-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: | <1340685708-14408-1-git-send-email-sjhill@mips.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: "Steven J. Hill" <sjhill@mips.com>
Make changes based on running the checkpatch script.
Signed-off-by: Steven J. Hill <sjhill@mips.com>
---
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
|
| Previous by Date: | [PATCH 30/33] MIPS: txx9: Cleanup firmware support for txx9 platforms., Steven J. Hill |
|---|---|
| Next by Date: | [PATCH 28/33] MIPS: RB532: Cleanup firmware support for RB532 platform., Steven J. Hill |
| Previous by Thread: | [PATCH 30/33] MIPS: txx9: Cleanup firmware support for txx9 platforms., Steven J. Hill |
| Next by Thread: | [PATCH 28/33] MIPS: RB532: Cleanup firmware support for RB532 platform., Steven J. Hill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |