Re: [PATCH v4 19/20] backlight: make of_find_backlight static

2020-07-08 Thread Daniel Thompson
On Fri, Jul 03, 2020 at 08:45:45PM +0200, Sam Ravnborg wrote: > There are no external users of of_find_backlight, > as they have all changed to use the managed version. > Make of_find_backlight static to prevent new external users. > > v3: > - Move doc for devm_of_find_backlight out of this patc

[PATCH v4 19/20] backlight: make of_find_backlight static

2020-07-03 Thread Sam Ravnborg
There are no external users of of_find_backlight, as they have all changed to use the managed version. Make of_find_backlight static to prevent new external users. v3: - Move doc for devm_of_find_backlight out of this patch v2: - Editorial corrections (Daniel) - Returns => RETURNS (Daniel)