summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/thatcher/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/thatcher/acpi_tables.c')
-rw-r--r--src/mainboard/amd/thatcher/acpi_tables.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/amd/thatcher/acpi_tables.c b/src/mainboard/amd/thatcher/acpi_tables.c
index 503ba48498..e24ecc862c 100644
--- a/src/mainboard/amd/thatcher/acpi_tables.c
+++ b/src/mainboard/amd/thatcher/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)