提交 0623536c 编写于 作者: T Takashi Iwai

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

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册