diff options
Diffstat (limited to 'sound/oss/sh_dac_audio.c')
-rw-r--r-- | sound/oss/sh_dac_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/sh_dac_audio.c b/sound/oss/sh_dac_audio.c index 51f554154c48..7ea9accc2ba4 100644 --- a/sound/oss/sh_dac_audio.c +++ b/sound/oss/sh_dac_audio.c | |||
@@ -255,7 +255,7 @@ static int dac_audio_release(struct inode *inode, struct file *file) | |||
255 | return 0; | 255 | return 0; |
256 | } | 256 | } |
257 | 257 | ||
258 | struct file_operations dac_audio_fops = { | 258 | const struct file_operations dac_audio_fops = { |
259 | .read = dac_audio_read, | 259 | .read = dac_audio_read, |
260 | .write = dac_audio_write, | 260 | .write = dac_audio_write, |
261 | .ioctl = dac_audio_ioctl, | 261 | .ioctl = dac_audio_ioctl, |