aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-05 13:58:17 -0800
committerChristoph Lameter <clameter@sgi.com>2008-03-06 16:21:49 -0800
commit1c61fc40fc264059ff41a614ed2d899127288281 (patch)
tree53dc93a57a21d07f02fb2fc58a6439c2186710e7 /mm
parentslab numa fallback logic: Do not pass unfiltered flags to page allocator (diff)
downloadlinux-dev-1c61fc40fc264059ff41a614ed2d899127288281.tar.xz
linux-dev-1c61fc40fc264059ff41a614ed2d899127288281.zip
slab - use angle brackets for include of kmalloc_sizes.h
Make them all use angle brackets and the directory name. Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Christoph Lameter <clameter@sgi.com>
Diffstat (limited to 'mm')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 5d16c8a30499..f7faff72cf56 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -333,7 +333,7 @@ static __always_inline int index_of(const size_t size)
return i; \
else \
i++;
-#include "linux/kmalloc_sizes.h"
+#include <linux/kmalloc_sizes.h>
#undef CACHE
__bad_size();
} else