|
@@ -446,8 +446,6 @@ struct aperture_range {
|
|
|
* Data container for a dma_ops specific protection domain
|
|
|
*/
|
|
|
struct dma_ops_domain {
|
|
|
- struct list_head list;
|
|
|
-
|
|
|
/* generic protection domain information */
|
|
|
struct protection_domain domain;
|
|
|
|
|
@@ -462,12 +460,6 @@ struct dma_ops_domain {
|
|
|
|
|
|
/* This will be set to true when TLB needs to be flushed */
|
|
|
bool need_flush;
|
|
|
-
|
|
|
- /*
|
|
|
- * if this is a preallocated domain, keep the device for which it was
|
|
|
- * preallocated in this variable
|
|
|
- */
|
|
|
- u16 target_dev;
|
|
|
};
|
|
|
|
|
|
/*
|