Skip to content

Commit

Permalink
drm/vc4: kms: Remove useless define
Browse files Browse the repository at this point in the history
NUM_OUTPUTS isn't used anymore, let's remove it.

Signed-off-by: Maxime Ripard <[email protected]>
Tested-by: Hoegeun Kwon <[email protected]>
Reviewed-by: Hoegeun Kwon <[email protected]>
Reviewed-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
mripard committed Nov 19, 2020
1 parent 3c354ed commit 213189d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/vc4/vc4_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ static int vc4_load_tracker_obj_init(struct vc4_dev *vc4)
return drmm_add_action_or_reset(&vc4->base, vc4_load_tracker_obj_fini, NULL);
}

#define NUM_OUTPUTS 6
#define NUM_CHANNELS 3

static int
Expand Down

0 comments on commit 213189d

Please sign in to comment.