aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/process_no.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/kernel/process_no.c')
-rw-r--r--arch/m68k/kernel/process_no.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/process_no.c b/arch/m68k/kernel/process_no.c
index eedadc2ff98..9b86ad11c68 100644
--- a/arch/m68k/kernel/process_no.c
+++ b/arch/m68k/kernel/process_no.c
@@ -151,6 +151,7 @@ int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
151 set_fs(fs); 151 set_fs(fs);
152 return retval; 152 return retval;
153} 153}
154EXPORT_SYMBOL(kernel_thread);
154 155
155void flush_thread(void) 156void flush_thread(void)
156{ 157{