summaryrefslogtreecommitdiff
path: root/kernel/entry/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/entry/common.h')
-rw-r--r--kernel/entry/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/entry/common.h b/kernel/entry/common.h
deleted file mode 100644
index f6e6d02f07fe..000000000000
--- a/kernel/entry/common.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _COMMON_H
-#define _COMMON_H
-
-bool syscall_user_dispatch(struct pt_regs *regs);
-
-#endif