File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -373,20 +373,20 @@ static const struct of_device_id renesas_socs[] __initconst __maybe_unused = {
373
373
#ifdef CONFIG_ARCH_R8A779G0
374
374
{ .compatible = "renesas,r8a779g0" , .data = & soc_rcar_v4h },
375
375
#endif
376
- #if defined( CONFIG_ARCH_R9A07G043 )
376
+ #ifdef CONFIG_ARCH_R9A07G043
377
377
#ifdef CONFIG_RISCV
378
378
{ .compatible = "renesas,r9a07g043" , .data = & soc_rz_five },
379
379
#else
380
380
{ .compatible = "renesas,r9a07g043" , .data = & soc_rz_g2ul },
381
381
#endif
382
382
#endif
383
- #if defined( CONFIG_ARCH_R9A07G044 )
383
+ #ifdef CONFIG_ARCH_R9A07G044
384
384
{ .compatible = "renesas,r9a07g044" , .data = & soc_rz_g2l },
385
385
#endif
386
- #if defined( CONFIG_ARCH_R9A07G054 )
386
+ #ifdef CONFIG_ARCH_R9A07G054
387
387
{ .compatible = "renesas,r9a07g054" , .data = & soc_rz_v2l },
388
388
#endif
389
- #if defined( CONFIG_ARCH_R9A09G011 )
389
+ #ifdef CONFIG_ARCH_R9A09G011
390
390
{ .compatible = "renesas,r9a09g011" , .data = & soc_rz_v2m },
391
391
#endif
392
392
#ifdef CONFIG_ARCH_SH73A0
You can’t perform that action at this time.
0 commit comments