From: Alex Hung Date: Tue, 11 Mar 2025 17:10:17 +0000 (-0600) Subject: drm/amd/display: Remove incorrect macro guard X-Git-Tag: v6.15-rc1~120^2~2^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a87982b5897c387f5508fddfe2404726045517c;p=thirdparty%2Flinux.git drm/amd/display: Remove incorrect macro guard This macro guard "__cplusplus" is unnecessary and should not be there. Signed-off-by: Alex Hung Reviewed-by: Rodrigo Siqueira Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h b/drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h index 145961803a924..d621c42a237ee 100644 --- a/drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h +++ b/drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h @@ -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 */