diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/reconfig.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/reconfig.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/pseries/reconfig.c b/arch/powerpc/platforms/pseries/reconfig.c index 0e0208117e77..8a9c4fb95b8b 100644 --- a/arch/powerpc/platforms/pseries/reconfig.c +++ b/arch/powerpc/platforms/pseries/reconfig.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI | 3 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI |
3 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). | 4 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). |
4 | * | 5 | * |
5 | * Copyright (C) 2005 Nathan Lynch | 6 | * Copyright (C) 2005 Nathan Lynch |
6 | * Copyright (C) 2005 IBM Corporation | 7 | * Copyright (C) 2005 IBM Corporation |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License version | ||
11 | * 2 as published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |