]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a229b6d23653d428afb990482a3ed98a7c37262
treedc54da4ac776551b2f5b4c1423cffefd8ff7b100
parenta98c187b96ca19389730f00a8a373cad5169a211
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