From: Alan Cox Date: Sat, 19 Sep 2009 20:13:17 +0000 (-0700) Subject: kfifo: Use "const" definitions X-Git-Tag: v2.6.32-rc1~627^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a7c1a976a6672204c7f4f0f694f33715dfa617;p=pandora-kernel.git kfifo: Use "const" definitions Currently kfifo cannot be used by parts of the kernel that use "const" properly as kfifo itself does not use const for passed data blocks which are indeed const. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed