[PATCH] provide kernel_execve on all architectures
[sfrench/cifs-2.6.git] / arch / m68knommu / kernel / process.c
index 63c117dae0c32ba2a4e3c0f3a9879f344c0ad091..c18a83306953c663079faaac5d573ffbfffc78ca 100644 (file)
@@ -13,7 +13,6 @@
  * This file handles the architecture-dependent parts of process handling..
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/errno.h>
 #include <linux/sched.h>
@@ -51,7 +50,7 @@ EXPORT_SYMBOL(pm_power_off);
 /*
  * The idle loop on an m68knommu..
  */
-void default_idle(void)
+static void default_idle(void)
 {
        local_irq_disable();
        while (!need_resched()) {