aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/process_no.c
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-03-29 14:14:21 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-05-24 10:03:51 +1000
commitdcc4d72fad84adcd98cb0a552f4287c1ed06d5d6 (patch)
tree52e42d2f08a40b4074cf67498ea1ff259b95480f /arch/m68k/kernel/process_no.c
parentb33972eb476401637c345b6eb91969b2df7e1ec0 (diff)
downloadkernel_samsung_smdk4412-dcc4d72fad84adcd98cb0a552f4287c1ed06d5d6.zip
kernel_samsung_smdk4412-dcc4d72fad84adcd98cb0a552f4287c1ed06d5d6.tar.gz
kernel_samsung_smdk4412-dcc4d72fad84adcd98cb0a552f4287c1ed06d5d6.tar.bz2
m68knommu: move EXPORT of kernel_thread to function definition
The EXPORT_SYMBOL(kernel_thread) belongs at the definition of that function, not in some other random code file. So move it there. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
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 eedadc2..9b86ad1 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)
set_fs(fs);
return retval;
}
+EXPORT_SYMBOL(kernel_thread);
void flush_thread(void)
{