]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: slab.h: wrap the whole file with guarding macro
authorAndrey Ryabinin <a.ryabinin@samsung.com>
Thu, 26 Jun 2014 00:42:27 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:27 +0000 (10:42 +1000)
commitd3956a82a9cbfeefb352247a822d23c863a6a5b8
tree3231d79bc54062f5b5e09510a9ee0c2fd6660d89
parentd0ce76e7387eb860cd02dc2a4865ef608ee0b8a2
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 <a.ryabinin@samsung.com>
Acked-by: Christoph Lameter <cl@linux.com>
Acked-by: David Rientjes <rientjes@google.com>
Reviewed-by: Vladimir Davydov <vdavydov@parallels.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/slab.h