Skip to content

Commit 329fec2

Browse files
takaswietiwai
authored andcommitted
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. d6ce6bb('ALSA: oxfw: rename a structure so that it means backward compatibility to old drivers') Signed-off-by: Takashi Sakamoto <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 093dd44 commit 329fec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/firewire/oxfw/oxfw.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
struct snd_oxfw {
3737
struct snd_card *card;
3838
struct fw_unit *unit;
39-
const struct device_info *device_info;
4039
struct mutex mutex;
4140
spinlock_t lock;
4241

0 commit comments

Comments
 (0)