diff options
Diffstat (limited to 'arch/mips/include/asm/sgialib.h')
| -rw-r--r-- | arch/mips/include/asm/sgialib.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/sgialib.h b/arch/mips/include/asm/sgialib.h index 2a2f1bddc27..753275accd1 100644 --- a/arch/mips/include/asm/sgialib.h +++ b/arch/mips/include/asm/sgialib.h @@ -5,7 +5,7 @@   *   * SGI ARCS firmware interface library for the Linux kernel.   * - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) + * Copyright (C) 1996 David S. Miller (davem@davemloft.net)   * Copyright (C) 2001, 2002 Ralf Baechle (ralf@gnu.org)   */  #ifndef _ASM_SGIALIB_H @@ -37,7 +37,7 @@ extern char prom_getchar(void);   * in chain is CURR is NULL.   */  extern struct linux_mdesc *prom_getmdesc(struct linux_mdesc *curr); -#define PROM_NULL_MDESC   ((struct linux_mdesc *) 0) +#define PROM_NULL_MDESC	  ((struct linux_mdesc *) 0)  /* Called by prom_init to setup the physical memory pmemblock   * array.  | 
