Re: [PATCH v3 0/3] arch/powerpc: Resolve backlight include dependencies

2024-03-07 Thread Thomas Zimmermann
If there are no further comments, I'm going to merge this patchset in time for today's PR of drm-misc-next-fixes. Am 06.03.24 um 13:28 schrieb Thomas Zimmermann: After cleaning up in commit 11b4eedfc87d ("fbdev: Do not include in header"), building with CONFIG_PMAC_BACKLIGHT=y returns errors

[PATCH v3 0/3] arch/powerpc: Resolve backlight include dependencies

2024-03-06 Thread Thomas Zimmermann
After cleaning up in commit 11b4eedfc87d ("fbdev: Do not include 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.