ALSA: hda: controller code - do not export static functions
authorJaroslav Kysela <perex@perex.cz>
Tue, 24 Feb 2015 11:04:57 +0000 (12:04 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 Feb 2015 13:14:55 +0000 (14:14 +0100)
commit37ed398839fa3e0d2de77925097db7a370abb096
treedc54da4ac776551b2f5b4c1423cffefd8ff7b100
parent70372a7566b5e552dbe48abdac08c275081d8558
ALSA: hda: controller code - do not export static functions

It is a bad idea to export static functions. GCC for some platforms
shows errors like:

  error: __ksymtab_azx_get_response causes a section type conflict

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Cc: <stable@vger.kernel.org> # v3.15+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c