Commit 0623536c authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Add missing static for snd_hda_eld_proc_new() inline funciton

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent acdda791
......@@ -490,7 +490,8 @@ void snd_hdmi_show_eld(struct hdmi_eld *eld);
#ifdef CONFIG_PROC_FS
int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld);
#else
inline int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld)
static inline int snd_hda_eld_proc_new(struct hda_codec *codec,
struct hdmi_eld *eld)
{
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment