Messages in this thread Patch in this message |  | | Subject | 2.4.0.11.1: Typo en include/asm-sparc64/module.h | Date | Wed, 08 Nov 2000 09:35:01 -0300 | From | Horst von Brand <> |
| |
--- linux-2.4.0-test/include/asm-sparc64/module.h.dist-2.4.0-test11-pre1 Wed Nov 8 08:18:10 2000 +++ linux-2.4.0-test/include/asm-sparc64/module.h Wed Nov 8 09:31:36 2000 @@ -6,6 +6,6 @@ extern void * module_map (unsigned long size); extern void module_unmap (void *addr); -#define module_arch_init (x) (0) +#define module_arch_init(x) (0) #endif /* _ASM_SPARC64_MODULE_H */ -- Dr. Horst H. von Brand mailto:vonbrand@inf.utfsm.cl Departamento de Informatica Fono: +56 32 654431 Universidad Tecnica Federico Santa Maria +56 32 654239 Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |