drm/radeon: fix incorrrect SPDX-License-Identifiers
[ Upstream commit 1f43b8903f3aae4a26a603c36f6d5dd25d6edb51 ] radeon is MIT. This were incorrectly changed in commitb24413180f
("License cleanup: add SPDX GPL-2.0 license identifier to files with no license") and commitd198b34f38
(".gitignore: add SPDX License Identifier") and: commitec8f24b7fa
("treewide: Add SPDX license identifier - Makefile/Kconfig") Fixes:d198b34f38
(".gitignore: add SPDX License Identifier") Fixes:ec8f24b7fa
("treewide: Add SPDX license identifier - Makefile/Kconfig") Fixes:b24413180f
("License cleanup: add SPDX GPL-2.0 license identifier to files with no license") Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2053 Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
e7d6cac696
commit
45e1dbe5f6
2
drivers/gpu/drm/radeon/.gitignore
vendored
2
drivers/gpu/drm/radeon/.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# SPDX-License-Identifier: MIT
|
||||
mkregtable
|
||||
*_reg_safe.h
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# SPDX-License-Identifier: MIT
|
||||
config DRM_RADEON_USERPTR
|
||||
bool "Always enable userptr support"
|
||||
depends on DRM_RADEON
|
||||
|
@ -1,4 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Makefile for the drm device driver. This driver provides support for the
|
||||
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
||||
|
Loading…
Reference in New Issue
Block a user