Skip to content

Commit 26d841f

Browse files
committed
drm/msm: drop MAX_BRIDGES define
The const MAX_BRIDGES is unused after the commit 4d1a1e4 ("drm/msm: remove msm_drm_private::bridges field"), drop it now. Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Abhinav Kumar <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/622537/ Link: https://lore.kernel.org/r/[email protected]
1 parent 858b64e commit 26d841f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/msm/msm_drv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ struct msm_gem_vma;
5252
struct msm_disp_state;
5353

5454
#define MAX_CRTCS 8
55-
#define MAX_BRIDGES 8
5655

5756
#define FRAC_16_16(mult, div) (((mult) << 16) / (div))
5857

0 commit comments

Comments
 (0)