X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-x86%2Fdevice.h;h=3c034f48fdb0a12f5a3fefe1499d014b68e6f4a2;hb=b2bc27314664c4d1a2f02e6f4cd0c32e4681d61e;hp=87a715367a1b11a9db24d569682d22f780352be7;hpb=974717012029ee36d19069c12e3c9bb13fa715a8;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86/device.h b/include/asm-x86/device.h index 87a715367a1..3c034f48fdb 100644 --- a/include/asm-x86/device.h +++ b/include/asm-x86/device.h @@ -5,6 +5,9 @@ struct dev_archdata { #ifdef CONFIG_ACPI void *acpi_handle; #endif +#ifdef CONFIG_X86_64 +struct dma_mapping_ops *dma_ops; +#endif #ifdef CONFIG_DMAR void *iommu; /* hook for IOMMU specific extension */ #endif