aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-12-18 14:25:57 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-12-18 14:25:57 -0800
commit8b4414f51d098ca6f9fa3c6b6b31926f3b45d4bc (patch)
treeb2d955d6a43db368b7d4bdd786b3f3020acee07b /include
parentMerge tag 'hwmon-for-linus-v4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging (diff)
parentinclude/linux/mmdebug.h: should include linux/bug.h (diff)
downloadlinux-dev-8b4414f51d098ca6f9fa3c6b6b31926f3b45d4bc.tar.xz
linux-dev-8b4414f51d098ca6f9fa3c6b6b31926f3b45d4bc.zip
Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "Three patches" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: include/linux/mmdebug.h: should include linux/bug.h mm/zswap: change incorrect strncmp use to strcmp proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmdebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmdebug.h b/include/linux/mmdebug.h
index 877ef226f90f..772362adf471 100644
--- a/include/linux/mmdebug.h
+++ b/include/linux/mmdebug.h
@@ -1,6 +1,7 @@
#ifndef LINUX_MM_DEBUG_H
#define LINUX_MM_DEBUG_H 1
+#include <linux/bug.h>
#include <linux/stringify.h>
struct page;