On Sat, 2009-08-15 at 11:33 +0800, Len Brown wrote: > On Fri, 14 Aug 2009, Lin Ming wrote: > > > Hi, Len > > > > ACPICA Release 20090730 linuxized patches attached. > > Build&Test on 32&64 bit machines. > > please build with CONFIG_DMAR=y Fix dmar build error. Now build OK with "make allyesconfig" diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index 674e27b..6f3dce9 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h @@ -252,8 +252,8 @@ enum acpi_dmar_scope_type { }; struct acpi_dmar_pci_path { - u8 device; - u8 function; + u8 dev; + u8 fn; }; /* > > CC drivers/pci/dmar.o > drivers/pci/dmar.c: In function ‘dmar_parse_one_dev_scope’: > drivers/pci/dmar.c:87: error: ‘struct acpi_dmar_pci_path’ has no member > named ‘dev’ > drivers/pci/dmar.c:87: error: ‘struct acpi_dmar_pci_path’ has no member > named ‘fn’ > drivers/pci/dmar.c:91: error: ‘struct acpi_dmar_pci_path’ has no member > named ‘dev’ > drivers/pci/dmar.c:91: error: ‘struct acpi_dmar_pci_path’ has no member > named ‘fn’ > drivers/pci/dmar.c:101: error: ‘struct acpi_dmar_pci_path’ has no member > named ‘dev’ > drivers/pci/dmar.c:101: error: ‘struct acpi_dmar_pci_path’ has no member > named ‘fn’ -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html