Commit a02b1193 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

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

parents d3ad9373 aeb583d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ out_unlock:
	return count;
}

const struct file_operations filter_fops = {
static const struct file_operations filter_fops = {
	.read  = filter_read,
	.write = filter_write,
};