summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-08-30 11:31:31 +0800
committerStephen Boyd <sboyd@kernel.org>2022-09-28 18:37:36 -0700
commitdaaa2fbe678efdaced53d1c635f4d326751addf8 (patch)
tree0eeb6b12cc2e98a204ada2458decca559b770643 /tools/perf/scripts/python/bin/stackcollapse-report
parent1b24a132eba7a1c19475ba2510ec1c00af3ff914 (diff)
downloadkernel-daaa2fbe678efdaced53d1c635f4d326751addf8.tar.gz
clk: imx93: drop of_match_ptr
There is build warning when CONFIG_OF is not selected. >> drivers/clk/imx/clk-imx93.c:324:34: warning: 'imx93_clk_of_match' >> defined but not used [-Wunused-const-variable=] 324 | static const struct of_device_id imx93_clk_of_match[] = { | ^~~~~~~~~~~~~~~~~~ The driver only support DT table, no sense to use of_match_ptr. Fixes: 24defbe194b6 ("clk: imx: add i.MX93 clk") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20220830033137.4149542-3-peng.fan@oss.nxp.com Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
ptcp.h?h=linux-6.6.y&id=3df523ab582c52f745f9a73b9ebf9368ede555ac'>mptcp: Add ADD_ADDR handlingPeter Krystad 2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven 2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch 2020-01-24mptcp: Implement MPTCP receive pathMat Martineau 2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau 2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad 2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad 2020-01-24mptcp: Add MPTCP socket stubsMat Martineau 2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau 2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau