While migrating a pic32 clk driver off of a legacy API, I mistakenly broke one of the drivers, and the issue could have been caught with a simple compile test. Now that the dependent patches have been merged into Linus's tree via the MIPS tree, we can now enable COMPILE_TEST for pic32 driver in this subsystem.
While changes are being made to this driver, let's also fix a single outstanding checkpatch.pl error with this driver. Signed-off-by: Brian Masney <[email protected]> --- Brian Masney (2): mmc: sdhci-pic32: add SPDX license identifier mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST drivers/mmc/host/Kconfig | 2 +- drivers/mmc/host/sdhci-pic32.c | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) --- base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f change-id: 20260222-mmc-pic32-137b3eae8e66 Best regards, -- Brian Masney <[email protected]>

