ALSA: oxfw: remove needless member from private structure
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 27 Mar 2016 07:09:07 +0000 (16:09 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Mar 2016 07:39:40 +0000 (09:39 +0200)
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>
sound/firewire/oxfw/oxfw.h

index 9beecc2..2c84714 100644 (file)
@@ -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;