Patch "drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if condition" has been added to the 5.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if condition

to the 5.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-amdgpu-fix-macro-name-_amdgpu_trace_h_-in-prepro.patch
and it can be found in the queue-5.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 0f8e061e78905b60be7a92eeb79996ca31a753bc
Author: Chenyang Li <lichenyang@xxxxxxxxxxx>
Date:   Sat Dec 26 16:56:07 2020 +0800

    drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if condition
    
    [ Upstream commit 956e20eb0fbb206e5e795539db5469db099715c8 ]
    
    Add an underscore in amdgpu_trace.h line 24 "_AMDGPU_TRACE_H".
    
    Fixes: d38ceaf99ed0 ("drm/amdgpu: add core driver (v4)")
    Reviewed-by: Guchun Chen <guchun.chen@xxxxxxx>
    Reviewed-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx>
    Signed-off-by: Chenyang Li <lichenyang@xxxxxxxxxxx>
    Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
index 91899d28fa722..e8132210c244c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
@@ -21,7 +21,7 @@
  *
  */
 
-#if !defined(_AMDGPU_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
+#if !defined(_AMDGPU_TRACE_H_) || defined(TRACE_HEADER_MULTI_READ)
 #define _AMDGPU_TRACE_H_
 
 #include <linux/stringify.h>



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux