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 <[email protected]> Reviewed-by: Rodrigo Siqueira <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 3575067 commit 6a87982

File tree

1 file changed

+0
-3
lines changed
  • drivers/gpu/drm/amd/display/dc/sspl

1 file changed

+0
-3
lines changed

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)