public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip] fix compilation error
@ 2008-12-30 14:40 Jaswinder Singh Rajput
  2008-12-30 20:52 ` Frederic Weisbecker
  0 siblings, 1 reply; 13+ messages in thread
From: Jaswinder Singh Rajput @ 2008-12-30 14:40 UTC (permalink / raw)
  To: Ingo Molnar, x86 maintainers, LKML, Andrew Morton, fweisbec

Impact: cleanup, avoid compilation error

fixes this compilation error:
  CC      mm/slab.o
mm/slab.c:105:29: error: linux/kmemtrace.h: No such file or directory
make[1]: *** [mm/slab.o] Error 1
make: *** [mm] Error 2

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 mm/slab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/slab.c b/mm/slab.c
index 90e0cac..ce072de 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -102,7 +102,7 @@
 #include	<linux/cpu.h>
 #include	<linux/sysctl.h>
 #include	<linux/module.h>
-#include	<linux/kmemtrace.h>
+#include	<trace/kmemtrace.h>
 #include	<linux/rcupdate.h>
 #include	<linux/string.h>
 #include	<linux/uaccess.h>
-- 
1.5.5.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-01-02 21:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 14:40 [PATCH -tip] fix compilation error Jaswinder Singh Rajput
2008-12-30 20:52 ` Frederic Weisbecker
2008-12-30 23:02   ` H. Peter Anvin
2008-12-31  0:34     ` H. Peter Anvin
2008-12-31  0:47       ` Frederic Weisbecker
2008-12-31  1:01         ` H. Peter Anvin
2008-12-31  1:47           ` Frederic Weisbecker
2008-12-31  8:14             ` Ingo Molnar
2008-12-31  8:40               ` Jaswinder Singh Rajput
2008-12-31  8:44                 ` Ingo Molnar
2008-12-31  9:45                   ` Jaswinder Singh Rajput
2008-12-31 14:12                     ` Frederic Weisbecker
2009-01-02 21:52                       ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox