linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/slab.c - use angle brackets for include
@ 2008-03-05  0:47 Joe Perches
  0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2008-03-05  0:47 UTC (permalink / raw)
  To: Pekka Enberg, linux-mm; +Cc: LKML

Signed-off-by: Joe Perches <joe@perches.com>

mm/slab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/slab.c b/mm/slab.c
index 473e6c2..a37f897 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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-05  0:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05  0:47 [PATCH] mm/slab.c - use angle brackets for include Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).