From: Paul Mundt Date: Wed, 18 Jul 2007 00:18:36 +0000 (+0900) Subject: slob: Kill off duplicate kzalloc() definition. X-Git-Tag: v2.6.23-rc1~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb32da0416b823b7f4b65e7e85d6cba16ca4d1e1;p=pandora-kernel.git slob: Kill off duplicate kzalloc() definition. With the slab zeroing allocations cleanups Christoph stubbed in a generic kzalloc(), which was missed on SLOB. Follow the SLAB/SLUB changes and kill off the __kzalloc() wrapper that SLOB was using. Reported-by: Jan Engelhardt Signed-off-by: Paul Mundt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed