diff options
author | Luo Jie <quic_luoj@quicinc.com> | 2024-06-17 12:38:06 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-06-21 08:54:39 +0300 |
commit | b45120fbd39825ca0d32e39309c30a9e9d567cd8 (patch) | |
tree | 26db89c06159524620fa61bd5fe5651d980ab628 /scripts/gdb/linux/lists.py | |
parent | f8d1dca6c44dff362102b1f535b6dab552edb760 (diff) | |
download | linux-b45120fbd39825ca0d32e39309c30a9e9d567cd8.tar.xz |
clk: qcom: nsscc-qca8k: Fix the MDIO functions undefined issue
The clock controller driver of QCA8K depends on MDIO_BUS because
of mdio_module_driver used to register the driver.
This patch fixes the following undefined symbols.
ERROR: modpost: "mdio_driver_register"
[drivers/clk/qcom/nsscc-qca8k.ko] undefined!
ERROR: modpost: "mdio_driver_unregister"
[drivers/clk/qcom/nsscc-qca8k.ko] undefined!
ERROR: modpost: "__mdiobus_write"
[drivers/clk/qcom/nsscc-qca8k.ko] undefined!
ERROR: modpost: "__mdiobus_read"
[drivers/clk/qcom/nsscc-qca8k.ko] undefined!
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406161634.B27sOs8B-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202406162047.QkUMa2fG-lkp@intel.com/
Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
Link: https://lore.kernel.org/r/20240617093806.3461165-1-quic_luoj@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions