diff options
Diffstat (limited to 'sound/core/hwdep.c')
-rw-r--r-- | sound/core/hwdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/hwdep.c b/sound/core/hwdep.c index 39c03f3dfbfa..96ffdf18c3fe 100644 --- a/sound/core/hwdep.c +++ b/sound/core/hwdep.c | |||
@@ -317,7 +317,7 @@ static int snd_hwdep_control_ioctl(struct snd_card *card, | |||
317 | 317 | ||
318 | */ | 318 | */ |
319 | 319 | ||
320 | static struct file_operations snd_hwdep_f_ops = | 320 | static const struct file_operations snd_hwdep_f_ops = |
321 | { | 321 | { |
322 | .owner = THIS_MODULE, | 322 | .owner = THIS_MODULE, |
323 | .llseek = snd_hwdep_llseek, | 323 | .llseek = snd_hwdep_llseek, |