]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/sound/wm8994.c
of: clean up OF_CONTROL ifdef conditionals
[karo-tx-uboot.git] / drivers / sound / wm8994.c
index f8e9a6eadd62c6f9e5cf14189eec4cfcd1ec8069..d378442c5035d2e9e53b23e622085eabcc55156c 100644 (file)
@@ -814,7 +814,7 @@ static int get_codec_values(struct sound_codec_info *pcodec_info,
                        const void *blob)
 {
        int error = 0;
-#ifdef CONFIG_OF_CONTROL
+#if CONFIG_IS_ENABLED(OF_CONTROL)
        enum fdt_compat_id compat;
        int node;
        int parent;