From: Takashi Iwai Date: Tue, 12 Aug 2014 09:57:05 +0000 (+0200) Subject: ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macro X-Git-Tag: v3.18-rc1~99^2~57 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e52faba0f3a5520fc766e24520c10cb79fee2fac;p=karo-tx-linux.git ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macro Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index bbc5a1392c75..9c8820f21f94 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -687,6 +687,4 @@ snd_hda_codec_load_dsp_cleanup(struct hda_codec *codec, struct snd_dma_buffer *dmab) {} #endif -#define EXPORT_SYMBOL_HDA(sym) EXPORT_SYMBOL_GPL(sym) - #endif /* __SOUND_HDA_CODEC_H */