diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index a3cab6dc9b44..7cdd31a69719 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
| @@ -485,7 +485,7 @@ struct fb_info { | |||
| 485 | struct list_head modelist; /* mode list */ | 485 | struct list_head modelist; /* mode list */ |
| 486 | struct fb_videomode *mode; /* current mode */ | 486 | struct fb_videomode *mode; /* current mode */ |
| 487 | 487 | ||
| 488 | #ifdef CONFIG_FB_BACKLIGHT | 488 | #if IS_ENABLED(CONFIG_FB_BACKLIGHT) |
| 489 | /* assigned backlight device */ | 489 | /* assigned backlight device */ |
| 490 | /* set before framebuffer registration, | 490 | /* set before framebuffer registration, |
| 491 | remove after unregister */ | 491 | remove after unregister */ |
