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: v3.6-rc1~57^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6cafc83e30f0f70c79a2b7aef237dc57e29f02;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