]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/dma-debug.c
lib/dma-debug.c: mark file-local struct symbol static.
[karo-tx-linux.git] / lib / dma-debug.c
index 739974460c32109cf2b7eb53c207f2db79be37e3..e03995851e60d60163a3b5cf89e310ac7e85b6a1 100644 (file)
@@ -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,
 };