| Kernel v2.6.8-rc3 /mm/nommu.c |
|---|
 2.6.8-rc3
 mm
 nommu.c
diff -Nru a/mm/nommu.c b/mm/nommu.c
--- a/mm/nommu.c 2004-08-03 14:30:06 -07:00
+++ b/mm/nommu.c 2004-08-03 14:30:06 -07:00
@@ -20,7 +20,6 @@
#include <linux/blkdev.h>
#include <linux/backing-dev.h>
-#include <asm/pgalloc.h>
#include <asm/uaccess.h>
#include <asm/tlb.h>
#include <asm/tlbflush.h>
@@ -572,6 +571,6 @@
return -ENOMEM;
}
-void swap_unplug_io_fn(struct backing_dev_info *)
+void swap_unplug_io_fn(struct backing_dev_info *bdi, struct page *page)
{
}
|