[PATCH 0/2] powerpc: Fix backlight include fallout

Thomas Zimmermann posted 2 patches 3 months, 1 week ago
arch/powerpc/platforms/powermac/backlight.c | 1 +
drivers/macintosh/via-pmu-backlight.c       | 2 ++
2 files changed, 3 insertions(+)
[PATCH 0/2] powerpc: Fix backlight include fallout
Posted by Thomas Zimmermann 3 months, 1 week ago
Fix the fallout from a recent cleanup of the backlight header.

Thomas Zimmermann (2):
  powermac: backlight: Include <linux/of.h>
  macintosh/via-pmu-backlight: Include <linux/fb.h> and <linux/of.h>

 arch/powerpc/platforms/powermac/backlight.c | 1 +
 drivers/macintosh/via-pmu-backlight.c       | 2 ++
 2 files changed, 3 insertions(+)

-- 
2.51.1
Re: [PATCH 0/2] powerpc: Fix backlight include fallout
Posted by Daniel Thompson 3 months, 1 week ago
On Mon, Oct 27, 2025 at 03:05:39PM +0100, Thomas Zimmermann wrote:
> Fix the fallout from a recent cleanup of the backlight header.
>
> Thomas Zimmermann (2):
>   powermac: backlight: Include <linux/of.h>
>   macintosh/via-pmu-backlight: Include <linux/fb.h> and <linux/of.h>
>
>  arch/powerpc/platforms/powermac/backlight.c | 1 +
>  drivers/macintosh/via-pmu-backlight.c       | 2 ++
>  2 files changed, 3 insertions(+)

I noticed that both these directory trees are orphaned.

Anyone have any thoughts about what tree these should be delivered via?

Either way, FWIW:
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>


Daniel.