diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2010-01-22 18:00:41 +0100 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2010-01-22 18:00:41 +0100 |
commit | a02b11937a6e1079fdf386833129cd86a3576196 (patch) | |
tree | 52be329d505921205c8269baf50f83ff40b76b12 /lib/dma-debug.c | |
parent | x86/amd-iommu: Fix deassignment of a device from the pt_domain (diff) | |
parent | lib/dma-debug.c: mark file-local struct symbol static. (diff) | |
download | linux-a02b11937a6e1079fdf386833129cd86a3576196.tar.xz linux-a02b11937a6e1079fdf386833129cd86a3576196.zip |
Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes
Diffstat (limited to 'lib/dma-debug.c')
-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, }; |