Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afb903f2 authored by Ray Zhang's avatar Ray Zhang Committed by Gerrit - the friendly Code Review server
Browse files

const_structs.checkpatch: remove drm_connector from the list



In some cases drm_connector_funcs cannot be const. For example,
if the connector is created in one module, and it's passed to
another module and is allowed to be changed by that module as
that module has specific info required to implement it.

CRs-Fixed: 2140653
Change-Id: I9c8c39c1e4a315f5b66aba975f9c93172a05fffe
Signed-off-by: default avatarRay Zhang <rayz@codeaurora.org>
parent a8a5dfe6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ dentry_operations
dev_pm_ops
dma_map_ops
driver_info
drm_connector_funcs
drm_encoder_funcs
drm_encoder_helper_funcs
ethtool_ops