Skip to content

Commit 6a87982

Browse files
Alex Hungalexdeucher
authored andcommitted
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>
1 parent 3575067 commit 6a87982

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • drivers/gpu/drm/amd/display/dc/sspl

drivers/gpu/drm/amd/display/dc/sspl/dc_spl.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
#define SPL_EXPAND(a, b) SPL_EXPAND2(a, b)
1818
#define SPL_NAMESPACE(symbol) SPL_EXPAND(SPL_PFX_, symbol)
1919

20-
#ifdef __cplusplus
21-
extern "C" {
22-
#endif
2320

2421
/* SPL interfaces */
2522

0 commit comments

Comments
 (0)