x86/amd-iommu: Cleanup DTE flushing code
[pandora-kernel.git] / arch / x86 / include / asm / amd_iommu_types.h
index 93953d1..f92d1b3 100644 (file)
@@ -253,6 +253,7 @@ struct protection_domain {
  */
 struct iommu_dev_data {
        struct list_head list;            /* For domain->dev_list */
+       struct device *dev;               /* Device this data belong to */
        struct device *alias;             /* The Alias Device */
        struct protection_domain *domain; /* Domain the device is bound to */
        atomic_t bind;                    /* Domain attach reverent count */