Re: [PATCH] driver core: make device_is_dependent() static

2023-11-28 Thread Rafael J. Wysocki
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: "

[PATCH] driver core: make device_is_dependent() static

2023-11-28 Thread Greg Kroah-Hartman
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