fs: reduce the use of module.h wherever possible
[deliverable/linux.git] / fs / seq_file.c
index 4023d6be939bc8521e9afca4094ad96ef8cf3c9f..9f73c6b4436df14543c285afb00e9042288e8c40 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include <linux/fs.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/seq_file.h>
 #include <linux/slab.h>
 
This page took 0.026208 seconds and 5 git commands to generate.