linux-next: build failure after merge of the drm tree
Stephen Rothwell
sfr at canb.auug.org.au
Fri Apr 9 03:36:19 UTC 2021
Hi all,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/gpu/drm/i915/display/intel_dp_link_training.c:43:13: error: redefinition of 'intel_dp_reset_lttpr_common_caps'
43 | static void intel_dp_reset_lttpr_common_caps(struct intel_dp *intel_dp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_dp_link_training.c:38:13: note: previous definition of 'intel_dp_reset_lttpr_common_caps' was here
38 | static void intel_dp_reset_lttpr_common_caps(struct intel_dp *intel_dp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_dp_link_training.c:38:13: warning: 'intel_dp_reset_lttpr_common_caps' defined but not used [-Wunused-function]
Caused by commit
9976ff61f045 ("Merge remote-tracking branch 'drm/drm-next'")
Because commit
7dffbdedb96a ("drm/i915: Disable LTTPR support when the DPCD rev < 1.4")
from Linus' tree and commit
264613b406eb ("drm/i915: Disable LTTPR support when the DPCD rev < 1.4")
from the drm tree are the same patch, git added the funtion twice :-(
I have applied a merge fix patch removing the second copy.
--
Cheers,
Stephen Rothwell
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20210409/5d9e794d/attachment-0001.sig>
More information about the dri-devel
mailing list