Re: [PATCH 1/4] drm/ttm/drivers: remove unecessary ttm_module.h include

2020-11-18 Thread Daniel Vetter
On Wed, Nov 18, 2020 at 01:49:51PM +0100, Christian König wrote: > Am 17.11.20 um 18:46 schrieb Daniel Vetter: > > On Tue, Nov 17, 2020 at 05:33:35PM +0100, Christian König wrote: > > > ttm_module.h deals with internals of TTM and should never > > > be include outside of it. > > > > > > Signed-off

Re: [PATCH 1/4] drm/ttm/drivers: remove unecessary ttm_module.h include

2020-11-18 Thread Christian König
Am 17.11.20 um 18:46 schrieb Daniel Vetter: On Tue, Nov 17, 2020 at 05:33:35PM +0100, Christian König wrote: ttm_module.h deals with internals of TTM and should never be include outside of it. Signed-off-by: Christian König Maybe also move it to drivers/gpu/drm/ttm/ttm_internal.h. We're using

Re: [PATCH 1/4] drm/ttm/drivers: remove unecessary ttm_module.h include

2020-11-17 Thread Daniel Vetter
On Tue, Nov 17, 2020 at 05:33:35PM +0100, Christian König wrote: > ttm_module.h deals with internals of TTM and should never > be include outside of it. > > Signed-off-by: Christian König Maybe also move it to drivers/gpu/drm/ttm/ttm_internal.h. We're using the _interal.h suffix in a few other p

[PATCH 1/4] drm/ttm/drivers: remove unecessary ttm_module.h include

2020-11-17 Thread Christian König
ttm_module.h deals with internals of TTM and should never be include outside of it. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 - drivers/gpu/drm/nouveau/nouveau_drv.h | 1 - drivers/gpu/drm/qx