[ALSA] Kill useless volatile in pcm.h
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Sep 2007 22:35:06 +0000 (00:35 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 14:49:28 +0000 (16:49 +0200)
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 <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

No differences found