From b7f869a2847dfe6f9b0835ca1b24e73bed926d7d Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Fri, 22 Dec 2006 01:06:44 -0800 Subject: [PATCH] [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-format-patch failed