diff options
Diffstat (limited to 'sound/core/sound.c')
-rw-r--r-- | sound/core/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/sound.c b/sound/core/sound.c index 4084de064127..70600df94d62 100644 --- a/sound/core/sound.c +++ b/sound/core/sound.c | |||
@@ -168,7 +168,7 @@ static int snd_open(struct inode *inode, struct file *file) | |||
168 | return err; | 168 | return err; |
169 | } | 169 | } |
170 | 170 | ||
171 | static struct file_operations snd_fops = | 171 | static const struct file_operations snd_fops = |
172 | { | 172 | { |
173 | .owner = THIS_MODULE, | 173 | .owner = THIS_MODULE, |
174 | .open = snd_open | 174 | .open = snd_open |