diff options
| author | Jonathan Gray <[email protected]> | 2018-10-15 04:45:49 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-10-15 21:16:06 +0000 |
| commit | 4c450f056cae111a48bb33c3ddb33296a206faad (patch) | |
| tree | d139925deb1530b1dfa93f60d3d2cc83c6bde5bc /drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c | |
| parent | drm/amdgpu/vcn:Update SPG mode UVD status clear (diff) | |
| download | kernel-4c450f056cae111a48bb33c3ddb33296a206faad.tar.gz kernel-4c450f056cae111a48bb33c3ddb33296a206faad.zip | |
drm/amdgpu: correct SPDX identifier in amdgpu_trace_points.c
Commit b24413180f5600bcb3bb70fbed5cf186b60864bd
'License cleanup: add SPDX GPL-2.0 license identifier to files with no license'
incorrectly added "SPDX-License-Identifier: GPL-2.0" to a file with MIT
license text. Change the SPDX identifier to match the license text.
Signed-off-by: Jonathan Gray <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c index b160b958e5fe..f212402570a5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: MIT /* Copyright Red Hat Inc 2010. * * Permission is hereby granted, free of charge, to any person obtaining a |
