]> www.infradead.org Git - users/hch/misc.git/commitdiff
drm/amd/display: Remove incorrect macro guard
authorAlex Hung <alex.hung@amd.com>
Tue, 11 Mar 2025 17:10:17 +0000 (11:10 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Mar 2025 03:11:55 +0000 (23:11 -0400)
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>
drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h

index 145961803a9240ef0a1c646b8fc32aae1af90125..d621c42a237ee2c63a017672c65605aa730d3b6a 100644 (file)
@@ -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 */