Commit e913b146 authored by Takashi Iwai's avatar Takashi Iwai

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

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment