aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-xilinx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/host/pcie-xilinx.c')
-rw-r--r--drivers/pci/host/pcie-xilinx.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/pci/host/pcie-xilinx.c b/drivers/pci/host/pcie-xilinx.c
index 7b5325990f5e..0ad188effc09 100644
--- a/drivers/pci/host/pcie-xilinx.c
+++ b/drivers/pci/host/pcie-xilinx.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0+
1/* 2/*
2 * PCIe host controller driver for Xilinx AXI PCIe Bridge 3 * PCIe host controller driver for Xilinx AXI PCIe Bridge
3 * 4 *
@@ -7,11 +8,6 @@
7 * 8 *
8 * Bits taken from Synopsys DesignWare Host controller driver and 9 * Bits taken from Synopsys DesignWare Host controller driver and
9 * ARM PCI Host generic driver. 10 * ARM PCI Host generic driver.
10 *
11 * This program is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation, either version 2 of the License, or
14 * (at your option) any later version.
15 */ 11 */
16 12
17#include <linux/interrupt.h> 13#include <linux/interrupt.h>