diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-12-23 10:28:00 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-12-25 20:14:56 +0100 |
commit | e7e29b4cf3c4f2acb2433c45b29d1c7881321d36 (patch) | |
tree | b02169a0f35ccd835e63c74885bd73516cbc7dfc /arch/m68k/include | |
parent | aaf4f97f267aa0dbc42f089b33325e61aac8622e (diff) | |
download | talos-obmc-linux-e7e29b4cf3c4f2acb2433c45b29d1c7881321d36.tar.gz talos-obmc-linux-e7e29b4cf3c4f2acb2433c45b29d1c7881321d36.zip |
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')
-rw-r--r-- | arch/m68k/include/asm/unistd.h | 2 | ||||
-rw-r--r-- | arch/m68k/include/uapi/asm/unistd.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h index 847994ce6804..f9337f614660 100644 --- a/arch/m68k/include/asm/unistd.h +++ b/arch/m68k/include/asm/unistd.h @@ -4,7 +4,7 @@ #include <uapi/asm/unistd.h> -#define NR_syscalls 348 +#define NR_syscalls 349 #define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_STAT 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_ */ |