sh64: fix inotify_{add,rm}_watch syscall entries

* linux/sh64/syscallent.h (inotify_add_watch, inotify_rm_watch):
Set sys_func.
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h
index 02538df..852c03f 100644
--- a/linux/sh64/syscallent.h
+++ b/linux/sh64/syscallent.h
@@ -342,8 +342,8 @@
 [316] = { 3,	0,		SEN(ioprio_set),		"ioprio_set"		},
 [317] = { 2,	0,		SEN(ioprio_get),		"ioprio_get"		},
 [318] = { 0,	TD,		SEN(inotify_init),		"inotify_init"		},
-[319] = { 3,	TD,		SEN(printargs),			"inotify_add_watch"	},
-[320] = { 2,	TD,		SEN(printargs),			"inotify_rm_watch"	},
+[319] = { 3,	TD,		SEN(inotify_add_watch),		"inotify_add_watch"	},
+[320] = { 2,	TD,		SEN(inotify_rm_watch),		"inotify_rm_watch"	},
 [321] = { },
 [322] = { 4,	TM,		SEN(migrate_pages),		"migrate_pages"		},
 [323] = { 4,	TD|TF,		SEN(openat),			"openat"		},