From: Takashi Iwai Date: Thu, 11 Dec 2008 10:47:17 +0000 (+0100) Subject: ALSA: hda - Fix a compile warning when CONFIG_PM=n X-Git-Tag: v2.6.29-rc1~590^2~6^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0b9bec460c348d2ee5a800c288e5d0e8fcda66;p=pandora-kernel.git ALSA: hda - Fix a compile warning when CONFIG_PM=n Fixed the compile warning regarding the unused function when built with CONFIG_PM=n: sound/pci/hda/hda_intel.c:1905: warning: ‘snd_hda_codecs_inuse’ defined but not used snd_hda_codecs_inuse() is used only in the resume callback. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed