ACPI: ACPICA 20060331
[deliverable/linux.git] / arch / i386 / kernel / acpi / boot.c
index 033066176b3efdae5a097ca5cf11fbf4b8cd945f..a6fe91225202d5bcf23b798d2a8bea18fe026fd5 100644 (file)
@@ -621,9 +621,9 @@ extern u32 pmtmr_ioport;
 
 static int __init acpi_parse_fadt(unsigned long phys, unsigned long size)
 {
-       struct fadt_descriptor_rev2 *fadt = NULL;
+       struct fadt_descriptor *fadt = NULL;
 
-       fadt = (struct fadt_descriptor_rev2 *)__acpi_map_table(phys, size);
+       fadt = (struct fadt_descriptor *)__acpi_map_table(phys, size);
        if (!fadt) {
                printk(KERN_WARNING PREFIX "Unable to map FADT\n");
                return 0;
This page took 0.026928 seconds and 5 git commands to generate.