07.06.2020 21:55, Dmitry Osipenko пишет: ...
- if (IS_ENABLED(CONFIG_INTERCONNECT)) {
err = tegra_emc_interconnect_init(emc);
if (err)
dev_err(&pdev->dev, "failed to initialize ICC: %d\n",
err);
- }
It just occurred to me that I completely forgot to remove the IS_ENABLED() and change Kconfig to properly set up the build dependency on interconnect. Will correct it in v4.