[PATCH] openrisc: stop defining __KERNEL_SYSCALLS__

From: Christoph Hellwig
Date: Thu Jun 01 2023 - 11:19:53 EST


__KERNEL_SYSCALLS__ hasn't been needed since Linux 2.6.19 so stop
defining it.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
arch/openrisc/kernel/process.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/openrisc/kernel/process.c b/arch/openrisc/kernel/process.c
index dfa558f98ed8c0..1e908ab10ada20 100644
--- a/arch/openrisc/kernel/process.c
+++ b/arch/openrisc/kernel/process.c
@@ -13,7 +13,6 @@
* This file handles the architecture-dependent parts of process handling...
*/

-#define __KERNEL_SYSCALLS__
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/sched/debug.h>
--
2.39.2