[PATCH v2 00/15] backlight: Do not include in header file

2025-07-15 Thread Thomas Zimmermann
Remove the final dependencies on fbdev from the backlight subsystem. This is really just the include of in backlight, but it has some fallout in other code. Patches 1 to 14 fix all the implicit includes that come from fb.h throughout the kernel. It's all trivial, but touches various drivers. Main

[PATCH v2 00/15] backlight: Do not include in header file

2025-06-24 Thread Thomas Zimmermann
Remove the final dependencies on fbdev from the backlight subsystem. This is really just the include of in , but it has some fallout in other code. Patches 1 to 14 fix all the implicit includes that come from fb.h throughout the kernel. It's all trivial, but touches various drivers. Maintainers a