[PATCH] PCI Hotplug/powerpc: module build break
[deliverable/linux.git] / mm / nommu.c
index c1196812876be984920118078fd817dccbf771f8..c10262d68232b16dc4afa621711950e94d5b0dc5 100644 (file)
@@ -1177,3 +1177,10 @@ int in_gate_area_no_task(unsigned long addr)
 {
        return 0;
 }
+
+struct page *filemap_nopage(struct vm_area_struct *area,
+                       unsigned long address, int *type)
+{
+       BUG();
+       return NULL;
+}
This page took 0.030561 seconds and 5 git commands to generate.