Re: [PATCH v6] cpufreq: amd-pstate: cleanup the unused and duplicated headers declaration

From: Viresh Kumar
Date: Thu Sep 01 2022 - 02:32:02 EST


On 01-09-22, 14:23, Perry Yuan wrote:
> Cleanup the headers declaration which are not used
> actually and

This is okay.

> some duplicated declaration which is declarated in some
> other headers already, it will help to simplify the header part.

This isn't.

Every file should directly include headers they use definitions from,
instead of relying on indirect inclusions.

--
viresh