From 7592e8bd9ce46bdb470ace6509bbb32b31987942 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Thu, 27 Jan 2011 11:43:03 +0000 Subject: Add new ec subdir for Embedded Controllers and common ACPI EC support Adds a new src/ec subdir for embedded controllers (mostly found in laptops) and converts Getac P470 and Roda RK886EX to use the new ACPI EC instead of having their own copies of those functions. Signed-off-by: Sven Schnelle Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6304 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/roda/rk886ex/m3885.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/roda/rk886ex/m3885.c') diff --git a/src/mainboard/roda/rk886ex/m3885.c b/src/mainboard/roda/rk886ex/m3885.c index 5173ecfd39..29d12bca99 100644 --- a/src/mainboard/roda/rk886ex/m3885.c +++ b/src/mainboard/roda/rk886ex/m3885.c @@ -25,7 +25,7 @@ #include #include -#include "ec.h" +#include #include "m3885.h" #define TH0LOW 80 -- cgit v1.2.3