From: Tian Tao Date: Fri, 25 Sep 2020 07:48:06 +0000 (+0800) Subject: drm/hisilicon: Deleted the drm_device declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca876a1d30e51fd1b1d1283b9a7b0988ffb30f03;p=linux.git drm/hisilicon: Deleted the drm_device declaration drm_framebuffer.h already declares struct drm_device, so there's no need to declare it in hibmc_drm_drv.h v2: fixed spelling errors in commit message. v3: rewrite the commit message. Signed-off-by: Tian Tao Acked-by: Thomas Zimmermann Link: https://patchwork.freedesktop.org/patch/msgid/1601020086-43652-1-git-send-email-tiantao6@hisilicon.com --- diff --git a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h index 87d2aad0bb5e2..6a635027f7584 100644 --- a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h +++ b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h @@ -22,8 +22,6 @@ #include #include -struct drm_device; - struct hibmc_connector { struct drm_connector base;