diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-09-25 10:42:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-25 10:42:55 +0000 |
commit | 7fd931b11d6727f489f8ed76530b43a382ed3c60 (patch) | |
tree | ab45684a0d852e7aa4a30e40d224342c28e41a28 /src/northbridge/intel/e7525 | |
parent | 10ec0fed8e3336d52ab35f8da91a2a9423d3e969 (diff) |
Keep the mc146818rtc.h include close to the option table include where
possible.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5839 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/e7525')
-rw-r--r-- | src/northbridge/intel/e7525/raminit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/e7525/raminit.c b/src/northbridge/intel/e7525/raminit.c index a33b0c7680..b482bb9fec 100644 --- a/src/northbridge/intel/e7525/raminit.c +++ b/src/northbridge/intel/e7525/raminit.c @@ -23,6 +23,7 @@ #include <stdlib.h> #include "raminit.h" #include "e7525.h" +#include <pc80/mc146818rtc.h> #if CONFIG_HAVE_OPTION_TABLE #include "option_table.h" #endif |