diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-02-01 18:40:07 +0100 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-02-01 18:40:07 +0100 |
commit | ab8c609356fbe8dbcd44df11e884ce8cddf3739e (patch) | |
tree | 09b010dc0c31a66227acff4f2a456a4bf4319705 /drivers/pci/dwc/pci-dra7xx.c | |
parent | Merge remote-tracking branch 'lorenzo/pci/xgene' into next (diff) | |
parent | PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement (diff) | |
download | linux-ab8c609356fbe8dbcd44df11e884ce8cddf3739e.tar.xz linux-ab8c609356fbe8dbcd44df11e884ce8cddf3739e.zip |
Merge branch 'pci/spdx' into next
* pci/spdx:
PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
PCI: Add SPDX GPL-2.0 when no license was specified
Diffstat (limited to 'drivers/pci/dwc/pci-dra7xx.c')
-rw-r--r-- | drivers/pci/dwc/pci-dra7xx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pci/dwc/pci-dra7xx.c b/drivers/pci/dwc/pci-dra7xx.c index 97611f476c7f..ed8558d638e5 100644 --- a/drivers/pci/dwc/pci-dra7xx.c +++ b/drivers/pci/dwc/pci-dra7xx.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * pcie-dra7xx - PCIe controller driver for TI DRA7xx SoCs * * Copyright (C) 2013-2014 Texas Instruments Incorporated - http://www.ti.com * * Authors: Kishon Vijay Abraham I <kishon@ti.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include <linux/delay.h> |