fs: reduce the use of module.h wherever possible
[linux-block.git] / fs / file.c
index 4c6992d8f3ba1e3056645e805ddcb4c879d82f93..3c426de7203a831ba3e107b10eac1a8f8849b72d 100644 (file)
--- a/fs/file.c
+++ b/fs/file.c
@@ -6,7 +6,7 @@
  *  Manage the dynamic fd arrays in the process files_struct.
  */
 
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/fs.h>
 #include <linux/mm.h>
 #include <linux/mmzone.h>