Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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 @@ static ssize_t filter_write(struct file *file, const char __user *userbuf,
	return count;
}

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