All of lore.kernel.org
 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; 4+ messages 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] 4+ messages in thread

end of thread, other threads:[~2008-03-05 21:20 UTC | newest]

Thread overview: 4+ messages (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
2008-03-05  0:47 ` Joe Perches
     [not found] ` <47CEEFF4.7080605@cs.helsinki.fi>
     [not found]   ` <Pine.LNX.4.64.0803051206160.30357@schroedinger.engr.sgi.com>
     [not found]     ` <1204748782.17370.47.camel@localhost>
     [not found]       ` <Pine.LNX.4.64.0803051250440.30634@schroedinger.engr.sgi.com>
2008-03-05 21:18         ` Joe Perches
2008-03-05 21:20           ` Pekka Enberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.