]> git.hungrycats.org Git - linux/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 13:11:05 +0000 (14:11 +0100)
commitb983991880eeae927a4ce31bfe76b54e8fd40cf0
tree44b6b7f7a8b54758b9b3206b45c33d0dbdc4305a
parent547eea7bd46cb4551273bee0c775d4da5c62d5a5
ALSA: hda: controller code - do not export static functions

commit 37ed398839fa3e0d2de77925097db7a370abb096 upstream.

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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_controller.c