Commit a19db02
cpsw: fix undefined function with PM disabled
When CONFIG_PM is not enabled, the function
davinci_mdio_update_dt_from_phymask is not defined. This patch fixes
this so that the build does not fail with CONFIG_PM disabled.
Signed-off-by: Will Eccles <[email protected]>1 parent 7599682 commit a19db02
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
| 488 | + | |
487 | 489 | | |
488 | 490 | | |
489 | 491 | | |
| |||
571 | 573 | | |
572 | 574 | | |
573 | 575 | | |
574 | | - | |
575 | 576 | | |
576 | 577 | | |
577 | 578 | | |
| |||
0 commit comments