Commit 1c61fc40fc264059ff41a614ed2d899127288281

Authored by Joe Perches
Committed by Christoph Lameter
1 parent 9ac33b2b74

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>

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

include/linux/slab_def.h
... ... @@ -41,7 +41,7 @@
41 41 goto found; \
42 42 else \
43 43 i++;
44   -#include "kmalloc_sizes.h"
  44 +#include <linux/kmalloc_sizes.h>
45 45 #undef CACHE
46 46 {
47 47 extern void __you_cannot_kmalloc_that_much(void);
... ... @@ -75,7 +75,7 @@
75 75 goto found; \
76 76 else \
77 77 i++;
78   -#include "kmalloc_sizes.h"
  78 +#include <linux/kmalloc_sizes.h>
79 79 #undef CACHE
80 80 {
81 81 extern void __you_cannot_kmalloc_that_much(void);
... ... @@ -333,7 +333,7 @@
333 333 return i; \
334 334 else \
335 335 i++;
336   -#include "linux/kmalloc_sizes.h"
  336 +#include <linux/kmalloc_sizes.h>
337 337 #undef CACHE
338 338 __bad_size();
339 339 } else