VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Bjorn Helgaas <bhelgaas@google.com> 2018-01-26 11:45:16 -0600 committer: Bjorn Helgaas <bhelgaas@google.com> 2018-01-26 11:45:16 -0600 commit: 7328c8f48d1895b3fec98b0b319cfb856b4c4fa1 parent: 1291a0d5049dbc06baaaf66a9ff3f53db493b19b
Commit Summary:
PCI: Add SPDX GPL-2.0 when no license was specified
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/lib/pci_iomap.c b/lib/pci_iomap.c
index c10fba461454..2d3eb1cb73b8 100644
--- a/lib/pci_iomap.c
+++ b/lib/pci_iomap.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Implement the default iomap interfaces
  *