[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240305090910.26742-1-tzimmermann@suse.de>
Date: Tue, 5 Mar 2024 10:00:57 +0100
From: Thomas Zimmermann <tzimmermann@...e.de>
To: mpe@...erman.id.au,
jani.nikula@...el.com,
naresh.kamboju@...aro.org,
deller@....de,
npiggin@...il.com,
christophe.leroy@...roup.eu,
aneesh.kumar@...nel.org,
naveen.n.rao@...ux.ibm.com
Cc: dri-devel@...ts.freedesktop.org,
linux-fbdev@...r.kernel.org,
lkft-triage@...ts.linaro.org,
linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org,
Thomas Zimmermann <tzimmermann@...e.de>
Subject: [PATCH v2 0/3] arch/powerpc: Resolve backlight include dependencies
After cleaning up <linux/fb.h> in commit 11b4eedfc87d ("fbdev: Do
not include <linux/backlight.h> in header"), building with
CONFIG_PMAC_BACKLIGHT=y returns errors about missing declarations.
Patches 1 and 2 resolve the errors. Patch 1 has been reviewed at [1].
Patch 3 removes another dependency between backlight and fbdev code.
Compile tested with ppc6xx_defconfig.
v2:
* via-pmu-backlight: fix build errors
* powerpc: resolve dependency between fbdev and backlight
[1] https://patchwork.freedesktop.org/series/130661/
Thomas Zimmermann (3):
fbdev/chipsfb: Include <linux/backlight.h>
macintosh/via-pmu-backlight: Include <linux/backlight.h>
arch/powerpc: Remove <linux/fb.h> from backlight code
arch/powerpc/include/asm/backlight.h | 5 ++--
arch/powerpc/platforms/powermac/backlight.c | 26 ---------------------
drivers/macintosh/via-pmu-backlight.c | 1 +
drivers/video/fbdev/chipsfb.c | 1 +
4 files changed, 4 insertions(+), 29 deletions(-)
--
2.44.0
Powered by blists - more mailing lists