diff options
Diffstat (limited to 'arch/powerpc/kvm/book3s_pr.c')
-rw-r--r-- | arch/powerpc/kvm/book3s_pr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/kvm/book3s_pr.c b/arch/powerpc/kvm/book3s_pr.c index 811a3c2fb0e9..cc65af8fe6f7 100644 --- a/arch/powerpc/kvm/book3s_pr.c +++ b/arch/powerpc/kvm/book3s_pr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. | 3 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. |
3 | * | 4 | * |
@@ -13,10 +14,6 @@ | |||
13 | * | 14 | * |
14 | * This file is derived from arch/powerpc/kvm/44x.c, | 15 | * This file is derived from arch/powerpc/kvm/44x.c, |
15 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 16 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License, version 2, as | ||
19 | * published by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | 18 | ||
22 | #include <linux/kvm_host.h> | 19 | #include <linux/kvm_host.h> |