diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-02 20:56:33 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 08:42:34 +0100 |
commit | fd7712337ff09a248df424c5843c149586a3f017 (patch) | |
tree | 407b68e19101e3efa83661e7fed8caa45fec7695 /lib | |
parent | 5b3cc15aff243cb518cbeed8b1a220cbfd023d9c (diff) | |
download | linux-fd7712337ff09a248df424c5843c149586a3f017.tar.bz2 |
sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>
<linux/topology.h> is still needed - also update other headers
and .c files that depend on sched.h including gfp.h (and its
sub-headers) for them.
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 'lib')
-rw-r--r-- | lib/percpu_ida.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/percpu_ida.c b/lib/percpu_ida.c index 010410990bc6..6016f1deb1f5 100644 --- a/lib/percpu_ida.c +++ b/lib/percpu_ida.c @@ -14,6 +14,7 @@ * General Public License for more details. */ +#include <linux/mm.h> #include <linux/bitmap.h> #include <linux/bitops.h> #include <linux/bug.h> |