summaryrefslogtreecommitdiffstats
path: root/arch/mips/mips-boards/generic/init.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-12-13 19:43:03 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-12-13 19:43:03 +0000
commit8ecd5b87ddd65325753a989b80a64c60294adbab (patch)
tree0c0d0030d4b7e4468e507cdbce8121c3bdc28cfd /arch/mips/mips-boards/generic/init.c
parentce0560ca5cf571fea993f6ea6f4ea19699824b92 (diff)
First batch of PMC Ocelot CP7000 patches.
Diffstat (limited to 'arch/mips/mips-boards/generic/init.c')
-rw-r--r--arch/mips/mips-boards/generic/init.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/arch/mips/mips-boards/generic/init.c b/arch/mips/mips-boards/generic/init.c
index f5b71c020..9f8b4dd27 100644
--- a/arch/mips/mips-boards/generic/init.c
+++ b/arch/mips/mips-boards/generic/init.c
@@ -2,8 +2,6 @@
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
- * ########################################################################
- *
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public License (Version 2) as
* published by the Free Software Foundation.
@@ -17,8 +15,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
*
- * ########################################################################
- *
* PROM library initialisation code.
*/
#include <linux/config.h>
@@ -31,9 +27,9 @@
/* Environment variable */
typedef struct
{
- char *name;
- char *val;
-}t_env_var;
+ char *name;
+ char *val;
+} t_env_var;
int prom_argc;
char **prom_argv, **prom_envp;
@@ -95,8 +91,7 @@ int get_ethernet_addr(char *ethernet_addr)
}
str2eaddr(ethernet_addr, ethaddr_str);
- if (init_debug > 1)
- {
+ if (init_debug > 1) {
int i;
printk("get_ethernet_addr: ");
for (i=0; i<5; i++)