diff options
author | Peng Fan <[email protected]> | 2022-08-30 11:31:31 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2022-09-28 18:37:36 -0700 |
commit | daaa2fbe678efdaced53d1c635f4d326751addf8 (patch) | |
tree | 0eeb6b12cc2e98a204ada2458decca559b770643 /include/net/ieee802154_netdev.h | |
parent | 1b24a132eba7a1c19475ba2510ec1c00af3ff914 (diff) |
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 <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Abel Vesa <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'include/net/ieee802154_netdev.h')
0 files changed, 0 insertions, 0 deletions