Skip to content

Comments

Fix implicit declaration errors in phydm_mp.c#11

Merged
raphaelscholle merged 1 commit intomasterfrom
openhd-procfs-88x2bu-13232581704363543462
Jan 18, 2026
Merged

Fix implicit declaration errors in phydm_mp.c#11
raphaelscholle merged 1 commit intomasterfrom
openhd-procfs-88x2bu-13232581704363543462

Conversation

@raphaelscholle
Copy link
Member

Wrapped calls to _jgr3 functions with #ifdef PHYDM_IC_JGR3_SERIES_SUPPORT in hal/phydm/phydm_mp.c. This prevents compilation errors when JGR3 series support is not enabled (e.g. for RTL8822B), as these functions are not defined in that case. This allows the PHYDM MP support to be enabled for 8822B without breaking the build due to missing JGR3 functions.

Wrapped calls to `_jgr3` functions with `#ifdef PHYDM_IC_JGR3_SERIES_SUPPORT`
in `hal/phydm/phydm_mp.c`. This prevents compilation errors when JGR3 series
support is not enabled (e.g. for RTL8822B), as these functions are not defined
in that case. This allows the PHYDM MP support to be enabled for 8822B without
breaking the build due to missing JGR3 functions.
@raphaelscholle raphaelscholle merged commit 190e690 into master Jan 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant