diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-12-23 09:28:00 (GMT) |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-12-25 19:14:56 (GMT) |
commit | e7e29b4cf3c4f2acb2433c45b29d1c7881321d36 (patch) | |
tree | b02169a0f35ccd835e63c74885bd73516cbc7dfc /arch/m68k/kernel/syscalltable.S | |
parent | aaf4f97f267aa0dbc42f089b33325e61aac8622e (diff) | |
download | linux-fsl-qoriq-e7e29b4cf3c4f2acb2433c45b29d1c7881321d36.tar.xz |
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/kernel/syscalltable.S')
-rw-r--r-- | arch/m68k/kernel/syscalltable.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S index c30da5b..3f04ea0 100644 --- a/arch/m68k/kernel/syscalltable.S +++ b/arch/m68k/kernel/syscalltable.S @@ -368,4 +368,5 @@ ENTRY(sys_call_table) .long sys_process_vm_readv /* 345 */ .long sys_process_vm_writev .long sys_kcmp + .long sys_finit_module |