Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Remove incorrect macro guard

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>

authored by

Alex Hung and committed by
Alex Deucher
6a87982b 35750679

-3
-3
drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h
··· 17 17 #define SPL_EXPAND(a, b) SPL_EXPAND2(a, b) 18 18 #define SPL_NAMESPACE(symbol) SPL_EXPAND(SPL_PFX_, symbol) 19 19 20 - #ifdef __cplusplus 21 - extern "C" { 22 - #endif 23 20 24 21 /* SPL interfaces */ 25 22