From: Takashi Iwai Date: Tue, 28 Jun 2011 06:59:30 +0000 (+0200) Subject: ALSA: hda - Fix warnings with CONFIG_SND_POWER_SAVE=n X-Git-Tag: v3.1-rc1~271^2^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2b7e2a3fdb341a235e0b2eccc3c8914d26c1fb;p=pandora-kernel.git ALSA: hda - Fix warnings with CONFIG_SND_POWER_SAVE=n Use static inline for dummy function to fix the warnings like below sound/pci/hda/patch_sigmatel.c: In function ‘stac92xx_init’: sound/pci/hda/patch_sigmatel.c:4387:3: warning: statement with no effect sound/pci/hda/patch_sigmatel.c: In function ‘stac92xx_resume’: sound/pci/hda/patch_sigmatel.c:4927:3: warning: statement with no effect Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed