diff options
Diffstat (limited to 'sound/sound_core.c')
-rw-r--r-- | sound/sound_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c index cb61317df509..c03bbaefdbc3 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c | |||
@@ -165,6 +165,7 @@ static const struct file_operations soundcore_fops = | |||
165 | /* We must have an owner or the module locking fails */ | 165 | /* We must have an owner or the module locking fails */ |
166 | .owner = THIS_MODULE, | 166 | .owner = THIS_MODULE, |
167 | .open = soundcore_open, | 167 | .open = soundcore_open, |
168 | .llseek = noop_llseek, | ||
168 | }; | 169 | }; |
169 | 170 | ||
170 | /* | 171 | /* |