diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-02-02 03:33:45 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-02 03:33:45 +0100 |
commit | 9d3f1881abeae0494a27716b08fcf2d3264bb0fa (patch) | |
tree | f457dd2d35af29bc831b93865efa47229d0b9bee /lib | |
parent | sh: Improved multi-resource handling for SH7780 PCI. (diff) | |
parent | sh: Fix access to released memory in clk_debugfs_register_one() (diff) | |
download | linux-9d3f1881abeae0494a27716b08fcf2d3264bb0fa.tar.xz linux-9d3f1881abeae0494a27716b08fcf2d3264bb0fa.zip |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dma-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 7d2f0b33e5a8..ba8b67039d13 100644 --- a/lib/dma-debug.c +++ b/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, }; |