diff options
Diffstat (limited to 'arch/powerpc/kvm/book3s_hv.c')
-rw-r--r-- | arch/powerpc/kvm/book3s_hv.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c index 5e840113eda4..76b1801aa44a 100644 --- a/arch/powerpc/kvm/book3s_hv.c +++ b/arch/powerpc/kvm/book3s_hv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 3 | * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
3 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. | 4 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. |
@@ -12,10 +13,6 @@ | |||
12 | * | 13 | * |
13 | * This file is derived from arch/powerpc/kvm/book3s.c, | 14 | * This file is derived from arch/powerpc/kvm/book3s.c, |
14 | * by Alexander Graf <agraf@suse.de>. | 15 | * by Alexander Graf <agraf@suse.de>. |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License, version 2, as | ||
18 | * published by the Free Software Foundation. | ||
19 | */ | 16 | */ |
20 | 17 | ||
21 | #include <linux/kvm_host.h> | 18 | #include <linux/kvm_host.h> |