From: Takashi Iwai Date: Wed, 6 Nov 2013 16:54:02 +0000 (+0100) Subject: ALSA: cmi8328: Fix compile warnings without CONFIG_PM X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ed16cc6c4d8ff0fe7b18c53e13826a81bd4d06;p=pandora-kernel.git ALSA: cmi8328: Fix compile warnings without CONFIG_PM Just add an ifdef CONFIG_PM to shut up the warnings: sound/isa/cmi8328.c:129:13: warning: ‘snd_cmi8328_cfg_save’ defined but not used [-Wunused-function] sound/isa/cmi8328.c:136:13: warning: ‘snd_cmi8328_cfg_restore’ defined but not used [-Wunused-function] Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed