aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/f2a85-m/BiosCallOuts.c
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2014-03-29 13:13:10 +0100
committerIdwer Vollering <vidwer@gmail.com>2014-04-06 18:18:46 +0200
commitfa02e16c7651a453702192e5a4c8f47f3d372b94 (patch)
treeb11f18912d08b2ac86c13186ea93d34ea28700c5 /src/mainboard/asus/f2a85-m/BiosCallOuts.c
parent6181e3dcd7202b2460aad91237f314b8dacf686a (diff)
asus/f2a85-m: Sanitize #includes
Based on the same reasoning as this commit: 1d87dac hp/pavilion_m6_1035dx: Sanitize #includes Change-Id: I383f79b5392ee1ca244e403f755213fa7b32c0af Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/5420 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/asus/f2a85-m/BiosCallOuts.c')
-rw-r--r--src/mainboard/asus/f2a85-m/BiosCallOuts.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mainboard/asus/f2a85-m/BiosCallOuts.c b/src/mainboard/asus/f2a85-m/BiosCallOuts.c
index 2bc005518e..89b002b481 100644
--- a/src/mainboard/asus/f2a85-m/BiosCallOuts.c
+++ b/src/mainboard/asus/f2a85-m/BiosCallOuts.c
@@ -18,13 +18,11 @@
*/
#include "agesawrapper.h"
-#include "amdlib.h"
#include "BiosCallOuts.h"
-#include "Ids.h"
#include "OptionsIds.h"
-#include "heapManager.h"
-#include "FchPlatform.h"
-#include "cbfs.h"
+
+#include <cbfs.h>
+#include <vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h>
STATIC CONST BIOS_CALLOUT_STRUCT BiosCallouts[] =
{