diff options
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-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 a2d01a9a0b1..c71505a4f99 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 | } |