Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux-2.6-microblaze.git] / drivers / clk / clk-scpi.c
index 5a9b140..a39af76 100644 (file)
@@ -129,7 +129,7 @@ static const struct clk_ops scpi_dvfs_ops = {
        .set_rate = scpi_dvfs_set_rate,
 };
 
-static const struct of_device_id scpi_clk_match[] = {
+static const struct of_device_id scpi_clk_match[] __maybe_unused = {
        { .compatible = "arm,scpi-dvfs-clocks", .data = &scpi_dvfs_ops, },
        { .compatible = "arm,scpi-variable-clocks", .data = &scpi_clk_ops, },
        {}