diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-08-12 11:57:05 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-08-19 08:04:29 +0200 |
commit | e52faba0f3a5520fc766e24520c10cb79fee2fac (patch) | |
tree | 5052e843ce0d66fad3c281caeb29635dbf2017e7 | |
parent | e9bd0224c130617d7d6037d3a405571c33b1e097 (diff) |
ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macro
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index bbc5a1392c7..9c8820f21f9 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 */ |