From 8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Apr 2005 23:11:38 +0000 Subject: * Patch by Yuli Barcohen, 08 Nov 2004: Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors --- common/lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/lcd.c b/common/lcd.c index d3ecd92..9713ea3 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -40,13 +40,13 @@ #include #endif #include +#include #if defined(CONFIG_PXA250) #include #endif #if defined(CONFIG_MPC823) -#include #include #endif -- cgit v1.1