Re: [PATCH] backlight: tosa_lcd: Include the right header

2020-09-08 Thread Lee Jones
On Wed, 26 Aug 2020, Linus Walleij wrote: > The Tosa backlight LCDE driver was converted to use GPIO descriptors > in 0b0cb52bd80eda76c4b9921f5cf9c1b709d44e83 > ("video: backlight: tosa: Use GPIO lookup table") but > still includes rather than . > Fix it. > > Cc: Arnd Bergmann > Cc: Robert Jarz

Re: [PATCH] backlight: tosa_lcd: Include the right header

2020-09-01 Thread Daniel Thompson
On Wed, Aug 26, 2020 at 09:09:17AM +0200, Linus Walleij wrote: > The Tosa backlight LCDE driver was converted to use GPIO descriptors > in 0b0cb52bd80eda76c4b9921f5cf9c1b709d44e83 > ("video: backlight: tosa: Use GPIO lookup table") but > still includes rather than . > Fix it. > > Cc: Arnd Bergman