diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-10-13 13:51:57 +0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-10-23 15:21:26 +0300 |
| commit | 243ce64b2b371cdf2cbc39c9422cb3047cab6de7 (patch) | |
| tree | b7e6ae2cea8bd6340fe00f5e5dbd224e8edff7ab | |
| parent | 3a8660878839faadb4f1a6dd72c3179c1df56787 (diff) | |
| download | linux-243ce64b2b371cdf2cbc39c9422cb3047cab6de7.tar.xz | |
backlight: Do not include <linux/fb.h> in header file
The backlight interfaces don't require anything from <linux/fb.h>, so
don't include it.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://patch.msgid.link/20251013105553.836715-1-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | include/linux/backlight.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/backlight.h b/include/linux/backlight.h index 10e626db7eee..f29a9ef1052e 100644 --- a/include/linux/backlight.h +++ b/include/linux/backlight.h @@ -10,7 +10,6 @@ #define _LINUX_BACKLIGHT_H #include <linux/device.h> -#include <linux/fb.h> #include <linux/mutex.h> #include <linux/types.h> |
