Message ID | 1408375833-22957-3-git-send-email-tiwai@suse.de (mailing list archive) |
---|---|
State | Accepted |
Commit | e52faba0f3a5520fc766e24520c10cb79fee2fac |
Headers | show |
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 */
Signed-off-by: Takashi Iwai <tiwai@suse.de> --- sound/pci/hda/hda_codec.h | 2 -- 1 file changed, 2 deletions(-)