diff options
Diffstat (limited to 'arch/ppc/kernel/misc.S')
-rw-r--r-- | arch/ppc/kernel/misc.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc/kernel/misc.S b/arch/ppc/kernel/misc.S index 191a8def3bdb..c2fb85b49a11 100644 --- a/arch/ppc/kernel/misc.S +++ b/arch/ppc/kernel/misc.S | |||
@@ -1451,3 +1451,6 @@ _GLOBAL(sys_call_table) | |||
1451 | .long sys_waitid | 1451 | .long sys_waitid |
1452 | .long sys_ioprio_set | 1452 | .long sys_ioprio_set |
1453 | .long sys_ioprio_get | 1453 | .long sys_ioprio_get |
1454 | .long sys_inotify_init /* 275 */ | ||
1455 | .long sys_inotify_add_watch | ||
1456 | .long sys_inotify_rm_watch | ||