diff options
Diffstat (limited to 'arch/powerpc/kernel/pci_of_scan.c')
-rw-r--r-- | arch/powerpc/kernel/pci_of_scan.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/pci_of_scan.c b/arch/powerpc/kernel/pci_of_scan.c index 24191ea2d9a7..24522aa37665 100644 --- a/arch/powerpc/kernel/pci_of_scan.c +++ b/arch/powerpc/kernel/pci_of_scan.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Helper routines to scan the device tree for PCI devices and busses | 3 | * Helper routines to scan the device tree for PCI devices and busses |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM | 9 | * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM |
9 | * Rework, based on alpha PCI code. | 10 | * Rework, based on alpha PCI code. |
10 | * Copyright (c) 2009 Secret Lab Technologies Ltd. | 11 | * Copyright (c) 2009 Secret Lab Technologies Ltd. |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * version 2 as published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/pci.h> | 14 | #include <linux/pci.h> |