clk: samsung: exynos3250: Move platform driver and of_device_id to init section
[deliverable/linux.git] / kernel / fork.c
index 47887bba944fe61f3284057ead7f9f9637ec3d19..5c2c355aa97ff4552c151f796d18cc8732017677 100644 (file)
@@ -736,6 +736,7 @@ void mmput(struct mm_struct *mm)
 }
 EXPORT_SYMBOL_GPL(mmput);
 
+#ifdef CONFIG_MMU
 static void mmput_async_fn(struct work_struct *work)
 {
        struct mm_struct *mm = container_of(work, struct mm_struct, async_put_work);
@@ -749,6 +750,7 @@ void mmput_async(struct mm_struct *mm)
                schedule_work(&mm->async_put_work);
        }
 }
+#endif
 
 /**
  * set_mm_exe_file - change a reference to the mm's executable file
This page took 0.038338 seconds and 5 git commands to generate.