Skip to content

Commit

Permalink
drm/amd/display: Remove incorrect macro guard
Browse files Browse the repository at this point in the history
This macro guard "__cplusplus" is unnecessary and should not be there.

Signed-off-by: Alex Hung <alex.hung@amd.com>
Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Hung authored and Alex Deucher committed Mar 14, 2025
1 parent 3575067 commit 6a87982
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
#define SPL_EXPAND(a, b) SPL_EXPAND2(a, b)
#define SPL_NAMESPACE(symbol) SPL_EXPAND(SPL_PFX_, symbol)

#ifdef __cplusplus
extern "C" {
#endif

/* SPL interfaces */

Expand Down

0 comments on commit 6a87982

Please sign in to comment.