Re: [PATCH v1 06/18] backlight: make of_find_backlight_by_node() static

2020-05-15 Thread Sam Ravnborg
Hi myself and others. On Thu, May 14, 2020 at 09:09:49PM +0200, Sam Ravnborg wrote: > There are no external users of of_find_backlight_by_node(). > Make it static so we keep it that way. > > Signed-off-by: Sam Ravnborg > Cc: Lee Jones > Cc: Daniel Thompson > Cc: Jingoo Han > --- > drivers/vi

[PATCH v1 06/18] backlight: make of_find_backlight_by_node() static

2020-05-14 Thread Sam Ravnborg
There are no external users of of_find_backlight_by_node(). Make it static so we keep it that way. Signed-off-by: Sam Ravnborg Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han --- drivers/video/backlight/backlight.c | 22 +- include/linux/backlight.h | 10 ---