From ba78b1f69219f9ecf8de80f497222da8c6b55aaf Mon Sep 17 00:00:00 2001 From: Harald Koerfgen Date: Sun, 10 Dec 2000 17:13:24 +0000 Subject: Minor compile fixes. Partly R300 related. --- arch/mips/dec/prom/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch/mips/dec') diff --git a/arch/mips/dec/prom/init.c b/arch/mips/dec/prom/init.c index fe769515f..06a121f58 100644 --- a/arch/mips/dec/prom/init.c +++ b/arch/mips/dec/prom/init.c @@ -6,6 +6,7 @@ #include #include #include +#include #include "prom.h" /* @@ -99,7 +100,7 @@ int __init prom_init(int argc, char **argv, } #endif -#if defined(CONFIG_CPU_R4x00) +#if defined(CONFIG_CPU_R4X00) if ((mips_cpu.cputype == CPU_R3000) || (mips_cpu.cputype == CPU_R3000A)) { prom_printf("Sorry, this kernel is compiled for the wrong CPU type!\n"); @@ -114,3 +115,4 @@ int __init prom_init(int argc, char **argv, return 0; } + -- cgit v1.2.3