diff options
| author | Gaghik Khachatrian <gaghik.khachatrian@amd.com> | 2026-04-30 05:59:42 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-05-11 23:11:03 +0300 |
| commit | e13d7181625d71c8e00360b68aba945e2f628693 (patch) | |
| tree | 023beddb678caac56e6a607b0f08cd325fd75992 /include/linux/timerqueue.h | |
| parent | d359986a2e06684846ee3c2037405ef1fc130f2d (diff) | |
| download | linux-e13d7181625d71c8e00360b68aba945e2f628693.tar.xz | |
drm/amd/display: Fix enum decl warnings
[Why]
warnings were triggered by enum forward declarations that are not
valid in C++ without an explicit underlying type.
[How]
- Replace problematic enum forward declarations with C++-safe forms where
applicable.
- Use plain integer types for interface-only declarations that do not
require strong enum typing.
- Update dependent winterface signatures and related type usage
consistently.
- Add required include and type-visibility fixes to avoid follow-on parse
and type-resolution issues.
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com>
Signed-off-by: James Lin <pinglei.lin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
