mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when necessary
[deliverable/linux.git] / kernel / irq_work.c
index 0e2cde4f380ba7b8b50e37f8ba019538cfb9a6f2..c3c46c72046e37898ebbedb567b7eede3d67ae60 100644 (file)
@@ -6,9 +6,11 @@
  */
 
 #include <linux/kernel.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/irq_work.h>
+#include <linux/percpu.h>
 #include <linux/hardirq.h>
+#include <asm/processor.h>
 
 /*
  * An entry can be in one of four states:
This page took 0.025988 seconds and 5 git commands to generate.