瀏覽代碼

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

Joerg Roedel 15 年之前
父節點
當前提交
a02b11937a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/dma-debug.c

+ 1 - 1
lib/dma-debug.c

@@ -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,
 };