Explorar el Código

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

Joerg Roedel hace 15 años
padre
commit
a02b11937a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/dma-debug.c

+ 1 - 1
lib/dma-debug.c

@@ -587,7 +587,7 @@ out_unlock:
 	return count;
 	return count;
 }
 }
 
 
-const struct file_operations filter_fops = {
+static const struct file_operations filter_fops = {
 	.read  = filter_read,
 	.read  = filter_read,
 	.write = filter_write,
 	.write = filter_write,
 };
 };