aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2013-02-24 14:12:32 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-02-25 19:00:52 +0100
commit4f5a433a987faeed2cf21fbfca5d2604ef2d7edb (patch)
tree512745c23e117c1fc6bc0ab3daebb9c68d37e222 /src/mainboard
parent4fc600442b578e3e79acb221040638ab52f600ed (diff)
AMD Southstation: Fix final warning
Changes: - Add #include of delay.h in mainboard.c to pick up declaration of mdelay function. Notes: - This fixes this warning: mainboard.c:69, GNU Compiler 4 (gcc), Priority: Normal implicit declaration of function 'mdelay' [-Wimplicit-function-declaration] Change-Id: I72f333cd87215a7fc1e62d1d7ee4b2395444b03e Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/2501 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/south_station/mainboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/south_station/mainboard.c b/src/mainboard/amd/south_station/mainboard.c
index b7d8bea071..4d3c8046ca 100644
--- a/src/mainboard/amd/south_station/mainboard.c
+++ b/src/mainboard/amd/south_station/mainboard.c
@@ -24,6 +24,7 @@
#include <cpu/x86/msr.h>
#include <cpu/amd/mtrr.h>
#include <device/pci_def.h>
+#include <delay.h>
#include "SBPLATFORM.h" /* Platfrom Specific Definitions */