kernel: Map most files to use export.h instead of module.h
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / dma.c
index f903189c530440395417f7b873aff50e9936dc47..68a2306522c8d972121676a94b96ddad1b25a243 100644 (file)
@@ -9,7 +9,7 @@
  *   [It also happened to remove the sizeof(char *) == sizeof(int)
  *   assumption introduced because of those /proc/dma patches. -- Hennus]
  */
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/spinlock.h>