diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2010-01-22 12:00:41 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2010-01-22 12:00:41 -0500 |
commit | a02b11937a6e1079fdf386833129cd86a3576196 (patch) | |
tree | 52be329d505921205c8269baf50f83ff40b76b12 /lib | |
parent | d3ad9373b7c29b63d5e8460a69453718d200cc3b (diff) | |
parent | aeb583d08172e038552bdefe0a79a9aa9e2ecd7c (diff) |
Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes
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: | |||
587 | return count; | 587 | return count; |
588 | } | 588 | } |
589 | 589 | ||
590 | const struct file_operations filter_fops = { | 590 | static const struct file_operations filter_fops = { |
591 | .read = filter_read, | 591 | .read = filter_read, |
592 | .write = filter_write, | 592 | .write = filter_write, |
593 | }; | 593 | }; |