agesa/family14: Fix includes for ACPI
Change-Id: Ic4425840a984a7713088a2568e25bae982e22fc2 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7582 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
parent
4ab588b1dd
commit
68a83df6df
|
@ -20,6 +20,7 @@
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
#include <arch/acpi.h>
|
#include <arch/acpi.h>
|
||||||
|
#include <arch/acpigen.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
|
@ -39,8 +40,6 @@
|
||||||
#if CONFIG_AMD_SB_CIMX
|
#if CONFIG_AMD_SB_CIMX
|
||||||
#include <sb_cimx.h>
|
#include <sb_cimx.h>
|
||||||
#endif
|
#endif
|
||||||
#include <arch/acpi.h>
|
|
||||||
#include <arch/acpigen.h>
|
|
||||||
|
|
||||||
//#define FX_DEVS NODE_NUMS
|
//#define FX_DEVS NODE_NUMS
|
||||||
#define FX_DEVS 1
|
#define FX_DEVS 1
|
||||||
|
|
Loading…
Reference in New Issue