On Tue, Nov 28, 2023 at 11:28 AM Greg Kroah-Hartman
wrote:
>
> The function device_is_dependent() is only called by the driver core
> internally and should not, at this time, be called by anyone else
> outside of it, so mark it as static so as not to give driver authors the
> wrong idea.
>
> Cc: "
The function device_is_dependent() is only called by the driver core
internally and should not, at this time, be called by anyone else
outside of it, so mark it as static so as not to give driver authors the
wrong idea.
Cc: "Rafael J. Wysocki"
Cc: Saravana Kannan
Signed-off-by: Greg Kroah-Hartma