From: Takashi Iwai Date: Fri, 28 Nov 2008 14:17:06 +0000 (+0100) Subject: ALSA: hda - Don't export symbols when built-in kernel X-Git-Tag: v2.6.29-rc1~590^2~6^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff7a3267368634e368ebaac68d5e3abf129edd1d;p=pandora-kernel.git ALSA: hda - Don't export symbols when built-in kernel The global functions in hda_codec.c and other core parts are only for HD-audio codec and controller drivers. When the HD-audio driver is built in kernel, all stuff have to be statically linked, thus we don't need any exports. This patch introduces a conditional macro to do export only when needed. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed