Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5da18555 authored by Andrew Morton's avatar Andrew Morton Committed by Mohammed Khajapasha
Browse files

include/linux/kmemleak.h: needs slab.h



include/linux/kmemleak.h: In function 'kmemleak_alloc_recursive':
include/linux/kmemleak.h:43: error: 'SLAB_NOLEAKTRACE' undeclared (first use in this function)

Change-Id: I1cd58c5065b78064407e18ceca6adafa8412b3e2
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Git-commit: 66f2ca7e3f59312888131546176b42d6e248558a
Git-repo: git://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git


Signed-off-by: default avatarMohammed Khajapasha <mkhaja@codeaurora.org>
parent 03ffbf10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
#ifndef __KMEMLEAK_H
#define __KMEMLEAK_H

#include <linux/slab.h>

#ifdef CONFIG_DEBUG_KMEMLEAK

extern void kmemleak_init(void) __ref;