Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/jens...
[linux-2.6-microblaze.git] / drivers / mfd / atmel-smc.c
index f3bad2b..e560066 100644 (file)
@@ -323,7 +323,7 @@ static const struct atmel_hsmc_reg_layout sama5d2_reg_layout = {
        .timing_regs_offset = 0x700,
 };
 
-static const struct of_device_id atmel_smc_ids[] = {
+static const struct of_device_id atmel_smc_ids[] __maybe_unused = {
        { .compatible = "atmel,at91sam9260-smc", .data = NULL },
        { .compatible = "atmel,sama5d3-smc", .data = &sama5d3_reg_layout },
        { .compatible = "atmel,sama5d2-smc", .data = &sama5d2_reg_layout },