From: Andrey Ryabinin Date: Wed, 6 Aug 2014 23:04:14 +0000 (-0700) Subject: mm: slab.h: wrap the whole file with guarding macro X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5240ab4076bd3815473f2f2991741acc698f8b58;p=pandora-kernel.git mm: slab.h: wrap the whole file with guarding macro Guarding section: #ifndef MM_SLAB_H #define MM_SLAB_H ... #endif currently doesn't cover the whole mm/slab.h. It seems like it was done unintentionally. Wrap the whole file by moving closing #endif to the end of it. Signed-off-by: Andrey Ryabinin Acked-by: Christoph Lameter Acked-by: David Rientjes Reviewed-by: Vladimir Davydov Cc: Pekka Enberg Cc: Joonsoo Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed