diff options
author | 2025-03-14 16:35:37 +0100 | |
---|---|---|
committer | 2025-03-14 16:46:15 +0100 | |
commit | c361baf67200a79c878d72cc879b1217c52cec96 (patch) | |
tree | 6c78ccb6bbde5d001587d914461ae3f9023f4323 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | reset: imx: Add SCU reset driver for i.MX8QXP and i.MX8QM (diff) | |
download | wireguard-linux-c361baf67200a79c878d72cc879b1217c52cec96.tar.xz wireguard-linux-c361baf67200a79c878d72cc879b1217c52cec96.zip |
reset: imx: fix incorrect module device table
The ID table is for of_device_id, not platform_device_id:
ERROR: modpost: drivers/reset/reset-imx-scu: type mismatch between imx_scu_reset_ids[] and MODULE_DEVICE_TABLE(platform, ...)
Fixes: 6b64fde5c183 ("reset: imx: Add SCU reset driver for i.MX8QXP and i.MX8QM")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250314153541.3555813-1-arnd@kernel.org
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions