소스 검색

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 17 년 전
부모
커밋
0623536ca3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      sound/pci/hda/hda_local.h

+ 2 - 1
sound/pci/hda/hda_local.h

@@ -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;
 }