diff options
author | Joe Perches <joe@perches.com> | 2008-03-05 13:58:17 -0800 |
---|---|---|
committer | Christoph Lameter <clameter@sgi.com> | 2008-03-06 16:21:49 -0800 |
commit | 1c61fc40fc264059ff41a614ed2d899127288281 (patch) | |
tree | 53dc93a57a21d07f02fb2fc58a6439c2186710e7 /mm | |
parent | 9ac33b2b749e9539e84bbb1a41f97b066c4bd757 (diff) | |
download | linux-3.10-1c61fc40fc264059ff41a614ed2d899127288281.tar.gz linux-3.10-1c61fc40fc264059ff41a614ed2d899127288281.tar.bz2 linux-3.10-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c index 5d16c8a3049..f7faff72cf5 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 |