From: Christoph Lameter Date: Fri, 22 Dec 2006 09:06:44 +0000 (-0800) Subject: [PATCH] slab: fix kmem_ptr_validate definition X-Git-Tag: v2.6.20-rc2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7f869a2847dfe6f9b0835ca1b24e73bed926d7d;p=pandora-kernel.git [PATCH] slab: fix kmem_ptr_validate definition The declaration of kmem_ptr_validate in slab.h does not match the one in slab.c. Remove the fastcall attribute (this is the only use in slab.c). Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed