Commit a02b1193 authored by Joerg Roedel's avatar Joerg Roedel

Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes

parents d3ad9373 aeb583d0
...@@ -587,7 +587,7 @@ static ssize_t filter_write(struct file *file, const char __user *userbuf, ...@@ -587,7 +587,7 @@ static ssize_t filter_write(struct file *file, const char __user *userbuf,
return count; return count;
} }
const struct file_operations filter_fops = { static const struct file_operations filter_fops = {
.read = filter_read, .read = filter_read,
.write = filter_write, .write = filter_write,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment