diff options
Diffstat (limited to 'sound/usb/usx2y/us122l.c')
-rw-r--r-- | sound/usb/usx2y/us122l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usx2y/us122l.c b/sound/usb/usx2y/us122l.c index fd44946ce4b3..99f33766cd51 100644 --- a/sound/usb/usx2y/us122l.c +++ b/sound/usb/usx2y/us122l.c | |||
@@ -154,7 +154,7 @@ static void usb_stream_hwdep_vm_close(struct vm_area_struct *area) | |||
154 | snd_printdd(KERN_DEBUG "%i\n", atomic_read(&us122l->mmap_count)); | 154 | snd_printdd(KERN_DEBUG "%i\n", atomic_read(&us122l->mmap_count)); |
155 | } | 155 | } |
156 | 156 | ||
157 | static struct vm_operations_struct usb_stream_hwdep_vm_ops = { | 157 | static const struct vm_operations_struct usb_stream_hwdep_vm_ops = { |
158 | .open = usb_stream_hwdep_vm_open, | 158 | .open = usb_stream_hwdep_vm_open, |
159 | .fault = usb_stream_hwdep_vm_fault, | 159 | .fault = usb_stream_hwdep_vm_fault, |
160 | .close = usb_stream_hwdep_vm_close, | 160 | .close = usb_stream_hwdep_vm_close, |