]> err.no Git - linux-2.6/blobdiff - drivers/pci/iova.h
w100fb: add 80 MHz modeline
[linux-2.6] / drivers / pci / iova.h
index 2f1317801b2026ec76101223b8cff39dd729a24a..228f6c94b69c327543d118c5868ddce07a2f9a43 100644 (file)
@@ -24,8 +24,6 @@ struct iova {
        struct rb_node  node;
        unsigned long   pfn_hi; /* IOMMU dish out addr hi */
        unsigned long   pfn_lo; /* IOMMU dish out addr lo */
-       struct list_head list;
-       void *dmar;
 };
 
 /* holds all the iova translations for a domain */