diff options
Diffstat (limited to 'drivers/pci/pci_internal.h')
-rw-r--r-- | drivers/pci/pci_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/pci_internal.h b/drivers/pci/pci_internal.h index 616b9c174ce..8b842f6fb49 100644 --- a/drivers/pci/pci_internal.h +++ b/drivers/pci/pci_internal.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Internal PCI functions, not exported outside drivers/pci * * Copyright (c) 2015 Google, Inc * Written by Simon Glass <sjg@chromium.org> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __pci_internal_h |