summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/pme.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-02-01 18:40:07 +0100
committerBjorn Helgaas <helgaas@kernel.org>2018-02-01 18:40:07 +0100
commitab8c609356fbe8dbcd44df11e884ce8cddf3739e (patch)
tree09b010dc0c31a66227acff4f2a456a4bf4319705 /drivers/pci/pcie/pme.c
parentMerge remote-tracking branch 'lorenzo/pci/xgene' into next (diff)
parentPCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement (diff)
downloadlinux-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/pcie/pme.c')
-rw-r--r--drivers/pci/pcie/pme.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c
index 046d9bf64ef1..5480f54f7612 100644
--- a/drivers/pci/pcie/pme.c
+++ b/drivers/pci/pcie/pme.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* PCIe Native PME support
*
* Copyright (C) 2007 - 2009 Intel Corp
* Copyright (C) 2007 - 2009 Shaohua Li <shaohua.li@intel.com>
* Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License V2. See the file "COPYING" in the main directory of this archive
- * for more details.
*/
#include <linux/pci.h>