From 0888c3613cec67642fb8d46055991ddaa06fb902 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sat, 7 Apr 2007 09:17:00 +0000 Subject: Fix epia-m build after u8/u16/u32 changes in Yh Lu's patch. Signed-off-by: Peter Stuge Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2597 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/ricoh/rl5c476/rl5c476.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/ricoh') diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.h b/src/southbridge/ricoh/rl5c476/rl5c476.h index 0ded3d5aa9..98fc95164b 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.h +++ b/src/southbridge/ricoh/rl5c476/rl5c476.h @@ -21,7 +21,7 @@ /* rl5c476 routines and defines*/ -typedef unsigned char u8; +#include /* the 16 bit control structure for ricoh cardbus bridge */ -- cgit v1.2.3