]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-pass-vm_bug_on-reason-to-dump_page-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 24 Apr 2014 22:55:45 +0000 (08:55 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 24 Apr 2014 22:55:45 +0000 (08:55 +1000)
include stringify.h

Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Davidlohr Bueso <davidlohr@hp.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mmdebug.h

index 49a1ec2db4bc28881e789ffe2c7013dc9bbd8b30..edd82a105220621a240f98c3097f8e24c145a38c 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef LINUX_MM_DEBUG_H
 #define LINUX_MM_DEBUG_H 1
 
+#include <linux/stringify.h>
+
 struct page;
 
 extern void dump_page(struct page *page, const char *reason);