From: Mike Waychison Date: Wed, 20 Apr 2011 19:04:36 +0000 (-0700) Subject: ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUME X-Git-Tag: v2.6.39-rc5~21^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7276cfc04b1a5b296b691c2e07297a4f6c19aa;p=pandora-kernel.git ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUME When SND_HDA_NEEDS_RESUME is not defined, the compiler identifies that the following symbols are static but not used: restore_shutup_pins hda_cleanup_all_streams Fix warnings by adding SND_HDA_NEEDS_RESUME guards. Signed-off-by: Mike Waychison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed