Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
- mm/shmem.c | 3 +++
- 1 file changed, 3 insertions(+)
+ mm/shmem.c | 1 +
+ 1 file changed, 1 insertion(+)
--- linux-2.6.16.16.orig/mm/shmem.c
+++ linux-2.6.16.16/mm/shmem.c
-@@ -46,6 +46,8 @@
- #include <linux/mempolicy.h>
- #include <linux/namei.h>
- #include <linux/ctype.h>
-+#include <linux/migrate.h>
-+
- #include <asm/uaccess.h>
- #include <asm/div64.h>
- #include <asm/pgtable.h>
-@@ -2172,6 +2174,7 @@ static struct address_space_operations s
+@@ -2172,6 +2172,7 @@ static struct address_space_operations s
.prepare_write = shmem_prepare_write,
.commit_write = simple_commit_write,
#endif