diff options
Diffstat (limited to 'arch/powerpc/kvm/book3s.c')
-rw-r--r-- | arch/powerpc/kvm/book3s.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c index ac5664845aca..9524d92bc45d 100644 --- a/arch/powerpc/kvm/book3s.c +++ b/arch/powerpc/kvm/book3s.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 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Description: | 9 | * Description: |
9 | * This file is derived from arch/powerpc/kvm/44x.c, | 10 | * This file is derived from arch/powerpc/kvm/44x.c, |
10 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 11 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License, version 2, as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/kvm_host.h> | 14 | #include <linux/kvm_host.h> |