]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: lx6464es: Remove unused function in pci/lx6464es/lx_core.c
authorRashika Kheria <rashika.kheria@gmail.com>
Fri, 7 Feb 2014 16:44:03 +0000 (22:14 +0530)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Feb 2014 17:24:34 +0000 (18:24 +0100)
commit500d4fcd5241891abc75bfa0f0be45a18bc91e8d
tree1fea98cfffe3c07dd0909f7579b68ad285dcba82
parentc6d0964d2839f50f02f38f5c1cb0c04a9d797d24
ALSA: lx6464es: Remove unused function in pci/lx6464es/lx_core.c

Remove unused function in pci/lx6464es/lx_core.c.

This eliminates the following warning in pci/lx6464es/lx_core.c:
sound/pci/lx6464es/lx_core.c:144:5: warning: no previous prototype for ‘lx_plx_mbox_read’ [-Wmissing-prototypes]
sound/pci/lx6464es/lx_core.c:172:5: warning: no previous prototype for ‘lx_plx_mbox_write’ [-Wmissing-prototypes]
sound/pci/lx6464es/lx_core.c:494:5: warning: no previous prototype for ‘lx_dsp_es_check_pipeline’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/lx6464es/lx_core.c