提交 e913b146 编写于 作者: T Takashi Iwai

ALSA: i2c/other/ak4xx-adda: Fix a compile warning with CONFIG_PROCFS=n

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 5591bf07
...@@ -900,7 +900,7 @@ static int proc_init(struct snd_akm4xxx *ak) ...@@ -900,7 +900,7 @@ static int proc_init(struct snd_akm4xxx *ak)
return 0; return 0;
} }
#else /* !CONFIG_PROC_FS */ #else /* !CONFIG_PROC_FS */
static int proc_init(struct snd_akm4xxx *ak) {} static int proc_init(struct snd_akm4xxx *ak) { return 0; }
#endif #endif
int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak) int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册