hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arc/include/asm/uaccess.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 *
85 * vineetg: June 2010
96 * -__clear_user( ) called multiple times during elf load was byte loop
....@@ -742,6 +739,7 @@
742739
743740 #endif
744741
742
+#include <asm/segment.h>
745743 #include <asm-generic/uaccess.h>
746744
747745 #endif