diff options
Diffstat (limited to 'lib/dma-debug.c')
| -rw-r--r-- | lib/dma-debug.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 01e64270e24..4bfb0471f10 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c @@ -590,6 +590,7 @@ out_unlock:  static const struct file_operations filter_fops = {  	.read  = filter_read,  	.write = filter_write, +	.llseek = default_llseek,  };  static int dma_debug_fs_init(void)  |