Skip to content

Commit 8e91cbb

Browse files
Marco FelschpH5
authored andcommitted
drm/imx: imx-ldb: remove useless enum
Since commit 5e501ed ("drm/imx: imx-ldb: allow to determine bus format from the connected panel") the enum isn't used anymore. Drop it to cleanup the code a bit. Signed-off-by: Marco Felsch <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
1 parent 816df94 commit 8e91cbb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/imx/imx-ldb.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,11 +464,6 @@ static int imx_ldb_register(struct drm_device *drm,
464464
return 0;
465465
}
466466

467-
enum {
468-
LVDS_BIT_MAP_SPWG,
469-
LVDS_BIT_MAP_JEIDA
470-
};
471-
472467
struct imx_ldb_bit_mapping {
473468
u32 bus_format;
474469
u32 datawidth;

0 commit comments

Comments
 (0)