summaryrefslogtreecommitdiff
path: root/arch/m68k/include/uapi/asm
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2012-12-23 10:28:00 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-12-25 20:14:56 +0100
commite7e29b4cf3c4f2acb2433c45b29d1c7881321d36 (patch)
treeb02169a0f35ccd835e63c74885bd73516cbc7dfc /arch/m68k/include/uapi/asm
parentaaf4f97f267aa0dbc42f089b33325e61aac8622e (diff)
m68k: Wire up finit_module
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/uapi/asm')
-rw-r--r--arch/m68k/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
index b94bfbf90705..625f321001dc 100644
--- a/arch/m68k/include/uapi/asm/unistd.h
+++ b/arch/m68k/include/uapi/asm/unistd.h
@@ -353,5 +353,6 @@
#define __NR_process_vm_readv 345
#define __NR_process_vm_writev 346
#define __NR_kcmp 347
+#define __NR_finit_module 348
#endif /* _UAPI_ASM_M68K_UNISTD_H_ */