X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fdevice.h;h=3c034f48fdb0a12f5a3fefe1499d014b68e6f4a2;hb=358c323c17ac527b82c6333db6a485112c21ab0d;hp=87a715367a1b11a9db24d569682d22f780352be7;hpb=786d3693f46579c7cd982e65de9f43eba94e4a57;p=linux-2.6 diff --git a/include/asm-x86/device.h b/include/asm-x86/device.h index 87a715367a..3c034f48fd 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