Explorar o código

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

Joerg Roedel %!s(int64=15) %!d(string=hai) anos
pai
achega
a02b11937a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 };