lkml.org 
[lkml]   [2022]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.18 376/879] drm/msm: add missing include to msm_drv.c
    Date
    From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

    [ Upstream commit 8123fe83c3a3448bbfa5b5b1cacfdfe7d076fca6 ]

    Add explicit include of drm_bridge.h to the msm_drv.c to fix the
    following warning:

    drivers/gpu/drm/msm/msm_drv.c:236:17: error: implicit declaration of function 'drm_bridge_remove'; did you mean 'drm_bridge_detach'? [-Werror=implicit-function-declaration]

    Fixes: d28ea556267c ("drm/msm: properly add and remove internal bridges")
    Reported-by: kernel test robot <lkp@intel.com>
    Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    Patchwork: https://patchwork.freedesktop.org/patch/484310/
    Link: https://lore.kernel.org/r/20220430180917.3819294-1-dmitry.baryshkov@linaro.org
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/gpu/drm/msm/msm_drv.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c
    index 71e1b7393f6f..e3d83963ad54 100644
    --- a/drivers/gpu/drm/msm/msm_drv.c
    +++ b/drivers/gpu/drm/msm/msm_drv.c
    @@ -11,6 +11,7 @@
    #include <linux/uaccess.h>
    #include <uapi/linux/sched/types.h>

    +#include <drm/drm_bridge.h>
    #include <drm/drm_drv.h>
    #include <drm/drm_file.h>
    #include <drm/drm_ioctl.h>
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-06-08 02:18    [W:2.884 / U:0.328 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site