]> Git Repo - linux.git/blobdiff - kernel/irq_work.c
Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent
[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.030432 seconds and 4 git commands to generate.