diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2016-03-27 16:09:07 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-03-28 09:39:40 +0200 |
commit | 329fec2f7f7ead9dcab0a08684c700a5c55f3884 (patch) | |
tree | 321c8466b40e6d6f819a256cdde9430d19c15fe2 | |
parent | 093dd449782737b50f8e1ee1608720dfd46d8ed2 (diff) | |
download | linux-329fec2f7f7ead9dcab0a08684c700a5c55f3884.tar.bz2 |
ALSA: oxfw: remove needless member from private structure
In former commit, 'struct device_info' is obsoleted, whereas private
structure still keeps a pointer to it.
This commit remove the member.
d6ce6bbd7d83('ALSA: oxfw: rename a structure so that it means backward compatibility to old drivers')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/firewire/oxfw/oxfw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/oxfw/oxfw.h b/sound/firewire/oxfw/oxfw.h index 9beecc214767..2c84714e9bbd 100644 --- a/sound/firewire/oxfw/oxfw.h +++ b/sound/firewire/oxfw/oxfw.h @@ -36,7 +36,6 @@ struct snd_oxfw { struct snd_card *card; struct fw_unit *unit; - const struct device_info *device_info; struct mutex mutex; spinlock_t lock; |