diff options
Diffstat (limited to 'arch/arm64/kvm/reset.c')
-rw-r--r-- | arch/arm64/kvm/reset.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/arch/arm64/kvm/reset.c b/arch/arm64/kvm/reset.c index 1140b4485575..f4a8ae918827 100644 --- a/arch/arm64/kvm/reset.c +++ b/arch/arm64/kvm/reset.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012,2013 - ARM Ltd | 3 | * Copyright (C) 2012,2013 - ARM Ltd |
3 | * Author: Marc Zyngier <marc.zyngier@arm.com> | 4 | * Author: Marc Zyngier <marc.zyngier@arm.com> |
@@ -5,18 +6,6 @@ | |||
5 | * Derived from arch/arm/kvm/reset.c | 6 | * Derived from arch/arm/kvm/reset.c |
6 | * Copyright (C) 2012 - Virtual Open Systems and Columbia University | 7 | * Copyright (C) 2012 - Virtual Open Systems and Columbia University |
7 | * Author: Christoffer Dall <c.dall@virtualopensystems.com> | 8 | * Author: Christoffer Dall <c.dall@virtualopensystems.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License, version 2, as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
20 | */ | 9 | */ |
21 | 10 | ||
22 | #include <linux/errno.h> | 11 | #include <linux/errno.h> |