X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Fm68knommu%2Fkernel%2Fprocess.c;h=c18a83306953c663079faaac5d573ffbfffc78ca;hb=fe74290d51bc08e9b90ed7c145d74a22cd50b90e;hp=63c117dae0c32ba2a4e3c0f3a9879f344c0ad091;hpb=581249966ffeb0463bad1b0e087e1bb29ed53707;p=sfrench%2Fcifs-2.6.git diff --git a/arch/m68knommu/kernel/process.c b/arch/m68knommu/kernel/process.c index 63c117dae0c3..c18a83306953 100644 --- a/arch/m68knommu/kernel/process.c +++ b/arch/m68knommu/kernel/process.c @@ -13,7 +13,6 @@ * This file handles the architecture-dependent parts of process handling.. */ -#include #include #include #include @@ -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()) {