| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | module.h build fix |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Wed, 14 Sep 2005 19:33:36 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Please insert "B". diff -u linux-mips/include/asm-mips/module.h linux/include/asm-mips/module.h --- linux-mips/include/asm-mips/module.h 2005-09-14 10:14:31.000000000 +0900 +++ linux/include/asm-mips/module.h 2005-09-14 19:29:49.000000000 +0900 @@ -119,7 +119,7 @@ #ifdef CONFIG_32BIT #define MODULE_KERNEL_TYPE "32BIT " -#elif defined CONFIG_64IT +#elif defined CONFIG_64BIT #define MODULE_KERNEL_TYPE "64BIT " #endif |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Git, Jan-Benedict Glaw |
|---|---|
| Next by Date: | Re: module.h build fix, Ralf Baechle |
| Previous by Thread: | Git, Ralf Baechle |
| Next by Thread: | Re: module.h build fix, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |