diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-07 14:38:32 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-07 14:38:32 +0000 |
commit | d64f403f8eeb2da55472d9f6f65b657c063414ed (patch) | |
tree | 0eb46d25fb4f86149cee12c1a455862f766df437 /src/mainboard/via/epia-m700/fadt.c | |
parent | 0ffff3434e610cf38c8eb06a3f1b1dece92652fa (diff) | |
download | coreboot-d64f403f8eeb2da55472d9f6f65b657c063414ed.tar.xz |
A bunch of additional EPIA-M700 cleanups and also some non-cosmetic changes:
- Make get_dsdt script executable.
- Rename DrivingClkPhaseData.c to driving_clk_phase_data.c.
- Set proper IRQ_SLOT_COUNT value in the hope that the '14' from irq_table.c
is correct.
- Fix broken or incorrect #include names to increase likelyhood of a
successful compile.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4350 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia-m700/fadt.c')
-rw-r--r-- | src/mainboard/via/epia-m700/fadt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/epia-m700/fadt.c b/src/mainboard/via/epia-m700/fadt.c index 9e29993b37..5a3e3d6997 100644 --- a/src/mainboard/via/epia-m700/fadt.c +++ b/src/mainboard/via/epia-m700/fadt.c @@ -23,7 +23,7 @@ #include <arch/acpi.h> #include <../../../northbridge/via/vx800/vx800.h> -void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt) +void acpi_create_fadt(acpi_fadt_t *fadt, acpi_facs_t *facs, void *dsdt) { acpi_header_t *header = &(fadt->header); |