diff options
Diffstat (limited to 'sound/usb/usx2y/us122l.h')
| -rw-r--r-- | sound/usb/usx2y/us122l.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/usb/usx2y/us122l.h b/sound/usb/usx2y/us122l.h index 34bea99d343c..8e59b78d3514 100644 --- a/sound/usb/usx2y/us122l.h +++ b/sound/usb/usx2y/us122l.h @@ -11,13 +11,11 @@ struct us122l { struct mutex mutex; struct file *first; - unsigned second_periods_polled; + unsigned int second_periods_polled; struct file *master; struct file *slave; struct list_head midi_list; - atomic_t mmap_count; - bool is_us144; }; |
