]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] sound: ice1712: unused structs
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 29 Feb 2008 10:46:32 +0000 (11:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Feb 2008 11:11:25 +0000 (12:11 +0100)
commit28e5ee79bda0af9a68f19ac3dd2bcc4ed6802a4d
tree91afb32488adb7da0846a4876d4640307a103ff1
parente45a39b05f8609296b1313dbba057fcba7f001b4
[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>
sound/pci/ice1712/phase.c
sound/pci/ice1712/revo.c