jetway/nf81-t56n-lf: Sanitize #includes
Following the same reasoning as commit
1d87dac
hp/pavilion_m6_1035dx: Sanitize #includes
Clean up the #include directives in this board support.
Change-Id: I97b73a349ca7e49b413d7c04900f25076488dde4
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5414
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
committed by
Alexandru Gagniuc
parent
3c04917a00
commit
5ff4b086ba
@@ -17,17 +17,16 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <string.h>
|
||||
#include "agesawrapper.h"
|
||||
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include <arch/ioapic.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/amd/amdfam14.h>
|
||||
#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/amdfam14.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DUMP_ACPI_TABLES 0
|
||||
|
||||
|
Reference in New Issue
Block a user