Skip to content

Commit

Permalink
drivers: base: firmware_loader: add proper SPDX identifiers on files …
Browse files Browse the repository at this point in the history
…that did not have them.

There were two files in the firmware_loader code that did not have SPDX
identifiers on them, so fix that up.

Cc: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Apr 4, 2019
1 parent 47bcc18 commit 50f86ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/base/firmware_loader/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
menu "Firmware loader"

config FW_LOADER
Expand Down
1 change: 1 addition & 0 deletions drivers/base/firmware_loader/builtin/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
*.gen.S

0 comments on commit 50f86ae

Please sign in to comment.