diff options
Diffstat (limited to 'drivers/pci/host/pci-versatile.c')
-rw-r--r-- | drivers/pci/host/pci-versatile.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/pci/host/pci-versatile.c b/drivers/pci/host/pci-versatile.c index d417acab0ecf..5b3876f5312b 100644 --- a/drivers/pci/host/pci-versatile.c +++ b/drivers/pci/host/pci-versatile.c | |||
@@ -1,18 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Copyright 2004 Koninklijke Philips Electronics NV | 3 | * Copyright 2004 Koninklijke Philips Electronics NV |
3 | * | 4 | * |
4 | * Conversion to platform driver and DT: | 5 | * Conversion to platform driver and DT: |
5 | * Copyright 2014 Linaro Ltd. | 6 | * Copyright 2014 Linaro Ltd. |
6 | * | 7 | * |
7 | * This software is licensed under the terms of the GNU General Public | ||
8 | * License version 2, as published by the Free Software Foundation, and | ||
9 | * may be copied, distributed, and modified under those terms. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * 14/04/2005 Initial version, colin.king@philips.com | 8 | * 14/04/2005 Initial version, colin.king@philips.com |
17 | */ | 9 | */ |
18 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
@@ -202,7 +194,7 @@ static int versatile_pci_probe(struct platform_device *pdev) | |||
202 | writel(0, versatile_cfg_base[0] + PCI_INTERRUPT_LINE); | 194 | writel(0, versatile_cfg_base[0] + PCI_INTERRUPT_LINE); |
203 | 195 | ||
204 | pci_add_flags(PCI_ENABLE_PROC_DOMAINS); | 196 | pci_add_flags(PCI_ENABLE_PROC_DOMAINS); |
205 | pci_add_flags(PCI_REASSIGN_ALL_BUS | PCI_REASSIGN_ALL_RSRC); | 197 | pci_add_flags(PCI_REASSIGN_ALL_BUS); |
206 | 198 | ||
207 | list_splice_init(&pci_res, &bridge->windows); | 199 | list_splice_init(&pci_res, &bridge->windows); |
208 | bridge->dev.parent = dev; | 200 | bridge->dev.parent = dev; |