diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-12-18 01:45:52 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-12-19 08:36:19 -0500 |
commit | 2698ea98059bb01a9b5d9cfd20e23d55f68c0a17 (patch) | |
tree | 1d4ade3359fe48565f5c1799590ed9379252d9b5 /sound/pci/hda/patch_hdmi.c | |
parent | 595fe1b702c3fa739ab395ab0471054875f20b90 (diff) |
ALSA: hda - Kill EXPORT_SYMBOL_HDA()
Replace all with the standard EXPORT_SYMBOL_GPL().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 977db17db26c..59b83f4085a8 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c | |||
@@ -3217,7 +3217,7 @@ int snd_hda_parse_hdmi_codec(struct hda_codec *codec) | |||
3217 | { | 3217 | { |
3218 | return patch_generic_hdmi(codec); | 3218 | return patch_generic_hdmi(codec); |
3219 | } | 3219 | } |
3220 | EXPORT_SYMBOL_HDA(snd_hda_parse_hdmi_codec); | 3220 | EXPORT_SYMBOL_GPL(snd_hda_parse_hdmi_codec); |
3221 | 3221 | ||
3222 | /* | 3222 | /* |
3223 | * patch entries | 3223 | * patch entries |