]> git.karo-electronics.de Git - linux-beck.git/blobdiff - mm/slab.c
tracing/mm: Move include of trace/events/kmem.h out of header into slab.c
[linux-beck.git] / mm / slab.c
index 83311c9aaf9de0ad8494f04703c248f155cfc2c1..2acfa0d9094379ae999c1937dd9d4ed475af1837 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
 #include       <asm/tlbflush.h>
 #include       <asm/page.h>
 
+#include <trace/events/kmem.h>
+
 /*
  * DEBUG       - 1 for kmem_cache_create() to honour; SLAB_RED_ZONE & SLAB_POISON.
  *               0 for faster, smaller code (especially in the critical paths).