lkml.org 
[lkml]   [2008]   [Dec]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH -tip] fix compilation error
On Tue, Dec 30, 2008 at 08:10:07PM +0530, Jaswinder Singh Rajput wrote:
> 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
>
>
>

Oops, looks like I've forgot this one.
Thanks.



\
 
 \ /
  Last update: 2008-12-30 21:55    [W:0.075 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site