Re: [PATCH 2/7] drm/amd/dc: Use forward declaration instand of include header file

2018-02-27 Thread Harry Wentland
On 2018-02-27 06:27 AM, Rex Zhu wrote: > avoid build error: > > drivers/gpu/drm/amd/amdgpu/../powerplay/inc/smu9_driver_if.h:342:3: error: > redeclaration of enumerator ‘WM_COUNT’ >WM_COUNT, >^ > In file included from > drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services_types.h:32:0, >

[PATCH 2/7] drm/amd/dc: Use forward declaration instand of include header file

2018-02-27 Thread Rex Zhu
avoid build error: drivers/gpu/drm/amd/amdgpu/../powerplay/inc/smu9_driver_if.h:342:3: error: redeclaration of enumerator ‘WM_COUNT’ WM_COUNT, ^ In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services_types.h:32:0, from drivers/gpu/drm/amd/amdgpu/../disp