diff options
author | Pankaj Bharadiya <[email protected]> | 2020-03-05 17:34:28 +0530 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2020-03-06 14:19:57 +0100 |
commit | 2dea2d1182179e7dded5352d3ed9f84ad3945b93 (patch) | |
tree | a6f35ef1026a7775d0ac4029b5e6c85bcc16423c /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | 0be38b10f06467adc05e77cf962ef8b15357d1e9 (diff) |
drm: Remove unused arg from drm_fb_helper_init
The max connector argument for drm_fb_helper_init() isn't used anymore
hence remove it.
All the drm_fb_helper_init() calls are modified with below sementic
patch.
@@
expression E1, E2, E3;
@@
- drm_fb_helper_init(E1,E2, E3)
+ drm_fb_helper_init(E1,E2)
Signed-off-by: Pankaj Bharadiya <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions