Skip to content

Commit

Permalink
Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Roedel committed Jan 22, 2010
2 parents d3ad937 + aeb583d commit a02b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dma-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit a02b119

Please sign in to comment.