diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-02-29 11:46:32 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-02-29 12:11:25 +0100 |
commit | 008f3599ef97438900d62fe05d75535d114780fc (patch) | |
tree | 91afb32488adb7da0846a4876d4640307a103ff1 /sound/pci/ice1712/revo.c | |
parent | [ALSA] ASoC: Fix WM9712 mixer_event DAPM widget function type (diff) | |
download | linux-008f3599ef97438900d62fe05d75535d114780fc.tar.xz linux-008f3599ef97438900d62fe05d75535d114780fc.zip |
[ALSA] sound: ice1712: unused structs
Don't need to declare a struct when defining a structure layout. Both
of these structs are unused.
sound/pci/ice1712/revo.c:39:3: warning: symbol 'revo51' was not declared. Should it be static?
sound/pci/ice1712/phase.c:54:3: warning: symbol 'phase28' was not declared. Should it be static?
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/revo.c')
-rw-r--r-- | sound/pci/ice1712/revo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/revo.c b/sound/pci/ice1712/revo.c index ddd5fc8d4fe1..301bf929acd9 100644 --- a/sound/pci/ice1712/revo.c +++ b/sound/pci/ice1712/revo.c @@ -36,7 +36,7 @@ struct revo51_spec { struct snd_i2c_device *dev; struct snd_pt2258 *pt2258; -} revo51; +}; static void revo_i2s_mclk_changed(struct snd_ice1712 *ice) { |