summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-05 10:03:58 -0500
committerIngo Molnar <mingo@kernel.org>2017-03-02 02:42:40 -0500
commit50d34394cee68dd12c5e01fff073d1167700bfce (patch)
tree988adde268b206019649eae4a059660faacf358f /mm/zsmalloc.c
parent0881e7bd341e2158b314596bcf2059e88e68f04e (diff)
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>
Update files that depend on the magic.h inclusion. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'mm/zsmalloc.c')
-rw-r--r--mm/zsmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index b7b1fb6c8c21..b7ee9c34dbd6 100644
--- a/mm/zsmalloc.c
+++ b/mm/zsmalloc.c
@@ -33,6 +33,7 @@
33#include <linux/module.h> 33#include <linux/module.h>
34#include <linux/kernel.h> 34#include <linux/kernel.h>
35#include <linux/sched.h> 35#include <linux/sched.h>
36#include <linux/magic.h>
36#include <linux/bitops.h> 37#include <linux/bitops.h>
37#include <linux/errno.h> 38#include <linux/errno.h>
38#include <linux/highmem.h> 39#include <linux/highmem.h>