diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2022-06-01 19:13:49 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2022-07-06 08:43:54 -0700 |
commit | 4a42c5b5dd938f9775ab7897105ea6089a92c894 (patch) | |
tree | f543995f0a7220798341964374ca60a2bd2c2dce /drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h | |
parent | 9403f9a42c881d59396a454347540108d787685f (diff) | |
download | linux-4a42c5b5dd938f9775ab7897105ea6089a92c894.tar.gz linux-4a42c5b5dd938f9775ab7897105ea6089a92c894.tar.bz2 linux-4a42c5b5dd938f9775ab7897105ea6089a92c894.zip |
drm/msm/dpu: move struct dpu_hw_blk definition to dpu_hw_utils.h
There is little point in having a separate header just for a single
opaque struct definition. Drop it now and move the struct to the
dpu_hw_util.h header.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/488016/
Link: https://lore.kernel.org/r/20220601161349.1517667-5-dmitry.baryshkov@linaro.org
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h')
-rw-r--r-- | drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h index 7f7338fcddeb..78b1bc9e004f 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h @@ -8,7 +8,6 @@ #include "dpu_hw_catalog.h" #include "dpu_hw_mdss.h" #include "dpu_hw_util.h" -#include "dpu_hw_blk.h" #include "dpu_formats.h" struct dpu_hw_pipe; |