From: Takashi Sakamoto Date: Sun, 27 Mar 2016 07:09:07 +0000 (+0900) Subject: ALSA: oxfw: remove needless member from private structure X-Git-Tag: v4.7-rc1~116^2~4^2~63 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=329fec2f7f7ead9dcab0a08684c700a5c55f3884;p=karo-tx-linux.git 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 Signed-off-by: Takashi Iwai --- 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;