From: Marek Szyprowski Date: Fri, 13 Apr 2012 10:32:09 +0000 (+0200) Subject: mm: vmalloc: use const void * for caller argument X-Git-Tag: sz_161~78 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c58141a5e2c8ef43340ad88c0be3d2681d2a69;p=pandora-kernel.git mm: vmalloc: use const void * for caller argument 'const void *' is a safer type for caller function type. This patch updates all references to caller function type. Signed-off-by: Marek Szyprowski Reviewed-by: Kyungmin Park Reviewed-by: Minchan Kim --- Reading git-diff-tree failed