forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fixes #1
Merged
Merged
Build fixes #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I089deacbcb759574acb017d05b6994e78d65661c Signed-off-by: Ivan Vecera <ivan@cera.cz>
Change-Id: Ibb095a33e5b053614d799c75d3f32793d6582f32 Signed-off-by: Ivan Vecera <ivan@cera.cz>
Fixes: CC drivers/soc/qcom/memshare/heap_mem_ext_v01.o In file included from drivers/soc/qcom/tracer_pkt_private.h:49, from drivers/soc/qcom/tracer_pkt.c:18: ./include/trace/define_trace.h:88:42: fatal error: ./tracer_pkt_private.h: No such file or directory #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) Change-Id: I1b3b3a07c938b24c59cb85f8e53e26402025cfab Signed-off-by: Ivan Vecera <ivan@cera.cz>
Change-Id: Iff4c129aa3797e509fa4d6523d06d55d3ce60df8 Signed-off-by: Ivan Vecera <ivan@cera.cz>
Change-Id: I16e066a0bd6772a953b245eb0a21fff93d0b880e Signed-off-by: Ivan Vecera <ivan@cera.cz>
Fixes: CC drivers/clk/qcom/mdss/mdss-dp-pll-10nm-util.o In file included from drivers/clk/qcom/mdss/mdss_pll_trace.h:116, from drivers/clk/qcom/mdss/mdss-dsi-pll-10nm.c:24: ./include/trace/define_trace.h:88:42: fatal error: ./mdss_pll_trace.h: No such file or directory #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) Change-Id: I8d71f7344547a3f26eb766214231715bb94e3347 Signed-off-by: Ivan Vecera <ivan@cera.cz>
Fixes: CC drivers/platform/msm/ipa/ipa_clients/rndis_ipa.o In file included from drivers/platform/msm/ipa/ipa_clients/rndis_ipa_trace.h:81, from drivers/platform/msm/ipa/ipa_clients/rndis_ipa.c:36: ./include/trace/define_trace.h:88:42: fatal error: ./rndis_ipa_trace.h: No such file or directory #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) CC drivers/platform/msm/ipa/ipa_v3/ipa.o In file included from drivers/platform/msm/ipa/ipa_v3/ipa_trace.h:153, from drivers/platform/msm/ipa/ipa_v3/ipa.c:58: ./include/trace/define_trace.h:88:42: fatal error: ./ipa_trace.h: No such file or directory #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) Change-Id: Ie0bc0e7592fc1d8a98036399372f6aafa7c3274c Signed-off-by: Ivan Vecera <ivan@cera.cz>
Change-Id: I3c785efaadda3c0f129c546c9f13b436de6fc042 Signed-off-by: Ivan Vecera <ivan@cera.cz>
Change-Id: I5c00c2b5d65612190d5aa8514830bec68c48e450 Signed-off-by: Ivan Vecera <ivan@cera.cz>
Change-Id: I344c6e92babf28dd6ea7ee3a47307538c9016879 Signed-off-by: Ivan Vecera <ivan@cera.cz>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix build failures