diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-09 11:34:59 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-09 11:34:59 +0000 |
commit | 6a445e812604edaa0f11c99d835eddaeefa83d3b (patch) | |
tree | f8c0a89af9c72b4d8a040eced78c86d7b899abfc /src/northbridge/intel/i440bx | |
parent | 7488e049df9899dd7062b2ffe393b3e9a6f50dc5 (diff) | |
download | coreboot-6a445e812604edaa0f11c99d835eddaeefa83d3b.tar.xz |
zero warning days.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5389 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i440bx')
-rw-r--r-- | src/northbridge/intel/i440bx/raminit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/i440bx/raminit.c b/src/northbridge/intel/i440bx/raminit.c index 789ea82db9..bc768527a8 100644 --- a/src/northbridge/intel/i440bx/raminit.c +++ b/src/northbridge/intel/i440bx/raminit.c @@ -20,7 +20,6 @@ */ #include <spd.h> -#include <sdram_mode.h> #include <delay.h> #include <stdlib.h> #include "i440bx.h" |