From: Pekka Enberg Date: Thu, 7 Jul 2011 19:47:01 +0000 (+0300) Subject: SLUB: Fix missing include X-Git-Tag: v3.1-rc1~328^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa71457a091ac0e4e20cab36e8ebad63935e504;p=pandora-kernel.git SLUB: Fix missing include This fixes the following build breakage commit d6543e3 ("slub: Enable backtrace for create/delete points"): CC mm/slub.o mm/slub.c: In function ‘set_track’: mm/slub.c:428: error: storage size of ‘trace’ isn’t known mm/slub.c:435: error: implicit declaration of function ‘save_stack_trace’ mm/slub.c:428: warning: unused variable ‘trace’ make[1]: *** [mm/slub.o] Error 1 make: *** [mm/slub.o] Error 2 Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed