diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-05 16:03:58 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 08:42:40 +0100 |
commit | 50d34394cee68dd12c5e01fff073d1167700bfce (patch) | |
tree | 988adde268b206019649eae4a059660faacf358f /drivers/dax/dax.c | |
parent | 0881e7bd341e2158b314596bcf2059e88e68f04e (diff) | |
download | linux-stable-50d34394cee68dd12c5e01fff073d1167700bfce.tar.gz linux-stable-50d34394cee68dd12c5e01fff073d1167700bfce.tar.bz2 linux-stable-50d34394cee68dd12c5e01fff073d1167700bfce.zip |
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 'drivers/dax/dax.c')
-rw-r--r-- | drivers/dax/dax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dax/dax.c b/drivers/dax/dax.c index b75c77254fdb..8d9829ff2a78 100644 --- a/drivers/dax/dax.c +++ b/drivers/dax/dax.c @@ -13,6 +13,7 @@ #include <linux/pagemap.h> #include <linux/module.h> #include <linux/device.h> +#include <linux/magic.h> #include <linux/mount.h> #include <linux/pfn_t.h> #include <linux/hash.h> |