diff options
Diffstat (limited to 'include/sound/hwdep.h')
| -rw-r--r-- | include/sound/hwdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/hwdep.h b/include/sound/hwdep.h index ae04a3ec9c77..ab9fcb2f97f0 100644 --- a/include/sound/hwdep.h +++ b/include/sound/hwdep.h | |||
| @@ -68,8 +68,7 @@ struct snd_hwdep { | |||
| 68 | wait_queue_head_t open_wait; | 68 | wait_queue_head_t open_wait; |
| 69 | void *private_data; | 69 | void *private_data; |
| 70 | void (*private_free) (struct snd_hwdep *hwdep); | 70 | void (*private_free) (struct snd_hwdep *hwdep); |
| 71 | struct device *dev; | 71 | struct device dev; |
| 72 | const struct attribute_group **groups; | ||
| 73 | 72 | ||
| 74 | struct mutex open_mutex; | 73 | struct mutex open_mutex; |
| 75 | int used; /* reference counter */ | 74 | int used; /* reference counter */ |
