summaryrefslogtreecommitdiffstats
path: root/lib/percpu_ida.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-02 20:56:33 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:34 +0100
commitfd7712337ff09a248df424c5843c149586a3f017 (patch)
tree407b68e19101e3efa83661e7fed8caa45fec7695 /lib/percpu_ida.c
parent5b3cc15aff243cb518cbeed8b1a220cbfd023d9c (diff)
downloadlinux-fd7712337ff09a248df424c5843c149586a3f017.tar.gz
linux-fd7712337ff09a248df424c5843c149586a3f017.tar.xz
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/percpu_ida.c')
-rw-r--r--lib/percpu_ida.c1
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>