28/10/2024 20:55, Sivaprasad Tummala:
> --- /dev/null
> +++ b/drivers/power/amd_uncore/amd_uncore.h
> +#ifdef __cplusplus
> +extern "C" {
> +#endifAs said in previous versions, you don't need this in an internal header. [...] > + > +#ifdef __cplusplus > +} > +#endif > + > +#endif /* POWER_INTEL_UNCORE_H */ ah ah :)

