diff options
Diffstat (limited to 'arch/um/include/asm')
-rw-r--r-- | arch/um/include/asm/syscall-generic.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/um/include/asm/syscall-generic.h b/arch/um/include/asm/syscall-generic.h index 98e50c50c12e..2984feb9d576 100644 --- a/arch/um/include/asm/syscall-generic.h +++ b/arch/um/include/asm/syscall-generic.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Access to user system call parameters and results | 3 | * Access to user system call parameters and results |
3 | * | 4 | * |
4 | * See asm-generic/syscall.h for function descriptions. | 5 | * See asm-generic/syscall.h for function descriptions. |
5 | * | 6 | * |
6 | * Copyright (C) 2015 Mickaël Salaün <mic@digikod.net> | 7 | * Copyright (C) 2015 Mickaël Salaün <mic@digikod.net> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __UM_SYSCALL_GENERIC_H | 10 | #ifndef __UM_SYSCALL_GENERIC_H |