X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fpci.h;h=d9e9e6c7ed321c24ad46bd852b1f65da936872e4;hb=556f12f602ac0a18a82ca83e9f8e8547688fc633;hp=c28fd02f4bf76e3fc7cc65bbfb946d5c324101f2;hpb=fffddfd6c8e0c10c42c6e2cc54ba880fcc36ebbb;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h index c28fd02f4bf7..d9e9e6c7ed32 100644 --- a/arch/x86/include/asm/pci.h +++ b/arch/x86/include/asm/pci.h @@ -14,6 +14,9 @@ struct pci_sysdata { int domain; /* PCI domain */ int node; /* NUMA node */ +#ifdef CONFIG_ACPI + void *acpi; /* ACPI-specific data */ +#endif #ifdef CONFIG_X86_64 void *iommu; /* IOMMU private data */ #endif