aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/parmer/acpi_tables.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-07-10 22:16:58 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-07-28 17:20:01 +0200
commit526c2fb278c6c4eccebaaaea9e1f7a00358d10e9 (patch)
treec19f210ffc954bb6cbeae4855c892837f5edb6c1 /src/mainboard/amd/parmer/acpi_tables.c
parent78d0cab36d835c988ef6a75e0a47fb6349ca1300 (diff)
AGESA: Drop some excessive agesawrapper.h includes
Change-Id: I3807912b1dc68fae8248a66e37bbe642fb92d3ae Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6262 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/parmer/acpi_tables.c')
-rw-r--r--src/mainboard/amd/parmer/acpi_tables.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/amd/parmer/acpi_tables.c b/src/mainboard/amd/parmer/acpi_tables.c
index 503ba48498..e24ecc862c 100644
--- a/src/mainboard/amd/parmer/acpi_tables.c
+++ b/src/mainboard/amd/parmer/acpi_tables.c
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "agesawrapper.h"
+
#include <console/console.h>
#include <string.h>
#include <arch/acpi.h>
@@ -25,12 +27,9 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <cpu/x86/msr.h>
-#include "agesawrapper.h"
#include <cpu/amd/mtrr.h>
#include <cpu/amd/amdfam15.h>
-#include "agesawrapper.h"
-
extern const unsigned char AmlCode[];
unsigned long acpi_fill_mcfg(unsigned long current)