ALSA: hda - Add missing static for snd_hda_eld_proc_new() inline funciton
authorTakashi Iwai <tiwai@suse.de>
Fri, 21 Nov 2008 07:54:54 +0000 (08:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Nov 2008 07:54:54 +0000 (08:54 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_local.h

index a2d01a9a0b163065a1172201049e7eb3329b4cb4..c71505a4f99d3d646bb8f2e8e517aa37dba27c0f 100644 (file)
@@ -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;
 }