diff options
Diffstat (limited to 'drivers/dma/coh901318.c')
-rw-r--r-- | drivers/dma/coh901318.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index 557e2272e5b3..ae2b8714d190 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c | |||
@@ -157,6 +157,7 @@ static const struct file_operations coh901318_debugfs_status_operations = { | |||
157 | .owner = THIS_MODULE, | 157 | .owner = THIS_MODULE, |
158 | .open = coh901318_debugfs_open, | 158 | .open = coh901318_debugfs_open, |
159 | .read = coh901318_debugfs_read, | 159 | .read = coh901318_debugfs_read, |
160 | .llseek = default_llseek, | ||
160 | }; | 161 | }; |
161 | 162 | ||
162 | 163 | ||