From: Yoichi Yuasa This patch had fixed build error about NEC VR4100 series. * add #include for printk() This patch had already applied to Ralf's cvs tree. Signed-off-by: Yoichi Yuasa Signed-off-by: Andrew Morton --- 25-akpm/arch/mips/vr41xx/common/bcu.c | 1 + 25-akpm/arch/mips/vr41xx/common/pmu.c | 1 + 2 files changed, 2 insertions(+) diff -puN arch/mips/vr41xx/common/bcu.c~mips-fixed-build-error-about-nec-vr4100-series arch/mips/vr41xx/common/bcu.c --- 25/arch/mips/vr41xx/common/bcu.c~mips-fixed-build-error-about-nec-vr4100-series 2005-01-10 17:29:38.508032808 -0800 +++ 25-akpm/arch/mips/vr41xx/common/bcu.c 2005-01-10 17:29:38.513032048 -0800 @@ -30,6 +30,7 @@ */ #include #include +#include #include #include diff -puN arch/mips/vr41xx/common/pmu.c~mips-fixed-build-error-about-nec-vr4100-series arch/mips/vr41xx/common/pmu.c --- 25/arch/mips/vr41xx/common/pmu.c~mips-fixed-build-error-about-nec-vr4100-series 2005-01-10 17:29:38.509032656 -0800 +++ 25-akpm/arch/mips/vr41xx/common/pmu.c 2005-01-10 17:29:38.513032048 -0800 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #include _