From: Takashi Iwai Date: Mon, 10 Sep 2007 22:35:06 +0000 (+0200) Subject: [ALSA] Kill useless volatile in pcm.h X-Git-Tag: v2.6.24-rc1~832^2~77 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=503fc85a3b15b0e939ad9672e376ffc9c4840591;p=pandora-kernel.git [ALSA] Kill useless volatile in pcm.h The volatile prefix is just useless there. Let's kill them, and then gcc will be happier, too. sound/acore/pcm.c:867: warning: passing argument 1 of ‘__constant_c_and_count_memset’ discards qualifiers from pointer target type Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed