From 1d88385bcfbf3cf699c5f8e9b41a7847fadb0e23 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 21 Nov 2008 08:54:54 +0100 Subject: [PATCH] --- yaml --- r: 120481 b: refs/heads/master c: 0623536ca3e8fd7cb8b7468b0fd4d61d80f0b6ea h: refs/heads/master i: 120479: 9407b00b8c79524f48509391b512ae38a7bbe5bc v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_local.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b8a0052fe5b1..af6697960030 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: acdda7915eb5dae20b6e43b8b772b712b1ed32c3 +refs/heads/master: 0623536ca3e8fd7cb8b7468b0fd4d61d80f0b6ea diff --git a/trunk/sound/pci/hda/hda_local.h b/trunk/sound/pci/hda/hda_local.h index a2d01a9a0b16..c71505a4f99d 100644 --- a/trunk/sound/pci/hda/hda_local.h +++ b/trunk/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; }