commit | 008f3599ef97438900d62fe05d75535d114780fc | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Feb 29 11:46:32 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 29 12:11:25 2008 +0100 |
tree | 91afb32488adb7da0846a4876d4640307a103ff1 | |
parent | 3fffe871b93f957bea443e85f6b221c50bbf9f97 [diff] |
[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>