mm: move readahead prototypes from mm.h
[linux-2.6-microblaze.git] / mm / fadvise.c
index 4f17c83..3efebfb 100644 (file)
@@ -22,6 +22,8 @@
 
 #include <asm/unistd.h>
 
+#include "internal.h"
+
 /*
  * POSIX_FADV_WILLNEED could set PG_Referenced, and POSIX_FADV_NOREUSE could
  * deactivate the pages and clear PG_Referenced.