Re: [PATCH] drm/hisilicon: Deleted the drm_device declaration

2020-09-25 Thread tiantao (H)
在 2020/9/25 15:26, Thomas Zimmermann 写道: Hi Am 25.09.20 um 09:02 schrieb Thomas Zimmermann: Hi, just a few nits. Am 25.09.20 um 08:49 schrieb Tian Tao: drm_framebuffer.h contains drm/drm_device.h and struct drm_device is contains -> includes already declared in this file, so there is

Re: [PATCH] drm/hisilicon: Deleted the drm_device declaration

2020-09-25 Thread Thomas Zimmermann
Hi Am 25.09.20 um 09:02 schrieb Thomas Zimmermann: > Hi, > > just a few nits. > > Am 25.09.20 um 08:49 schrieb Tian Tao: >> drm_framebuffer.h contains drm/drm_device.h and struct drm_device is > > contains -> includes > >> already declared in this file, so there is no need to declare struct >

Re: [PATCH] drm/hisilicon: Deleted the drm_device declaration

2020-09-25 Thread Thomas Zimmermann
Hi, just a few nits. Am 25.09.20 um 08:49 schrieb Tian Tao: > drm_framebuffer.h contains drm/drm_device.h and struct drm_device is contains -> includes > already declared in this file, so there is no need to declare struct declared -> defined > drm_device in hibm_drm_drv.h. > > Signed-off-by

[PATCH] drm/hisilicon: Deleted the drm_device declaration

2020-09-24 Thread Tian Tao
drm_framebuffer.h contains drm/drm_device.h and struct drm_device is already declared in this file, so there is no need to declare struct drm_device in hibm_drm_drv.h. Signed-off-by: Tian Tao --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a