diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-21 02:54:54 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-21 02:54:54 -0500 |
commit | 0623536ca3e8fd7cb8b7468b0fd4d61d80f0b6ea (patch) | |
tree | 181483aecbca035506a9fc56e8f8ef25dea93e89 /sound | |
parent | acdda7915eb5dae20b6e43b8b772b712b1ed32c3 (diff) |
ALSA: hda - Add missing static for snd_hda_eld_proc_new() inline funciton
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index a2d01a9a0b16..c71505a4f99d 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h | |||
@@ -490,7 +490,8 @@ void snd_hdmi_show_eld(struct hdmi_eld *eld); | |||
490 | #ifdef CONFIG_PROC_FS | 490 | #ifdef CONFIG_PROC_FS |
491 | int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld); | 491 | int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld); |
492 | #else | 492 | #else |
493 | inline int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld) | 493 | static inline int snd_hda_eld_proc_new(struct hda_codec *codec, |
494 | struct hdmi_eld *eld) | ||
494 | { | 495 | { |
495 | return 0; | 496 | return 0; |
496 | } | 497 | } |