mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
A comment in drivers/video/fbdev/core/fbcon.c incorrectly refers to CONFIG_MISC_TILEBLITTING instead of CONFIG_FB_TILEBLITTING. Correct it. Discovered while searching for CONFIG_* symbols referenced in code but not defined in any Kconfig file. Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
470ea955a1
commit
f5c147fda9
|
|
@ -768,7 +768,7 @@ static int fbcon_invalid_charcount(struct fb_info *info, unsigned charcount)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_MISC_TILEBLITTING */
|
||||
#endif /* CONFIG_FB_TILEBLITTING */
|
||||
|
||||
static void fbcon_release(struct fb_info *info)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user