Skip to content

Commit 0444fa3

Browse files
author
Thomas Zimmermann
committed
fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
Remove the unused flags FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT. No functional changes. Signed-off-by: Thomas Zimmermann <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Cc: Helge Deller <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 751f9a8 commit 0444fa3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/fb.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ struct fb_tile_ops {
383383
#endif /* CONFIG_FB_TILEBLITTING */
384384

385385
/* FBINFO_* = fb_info.flags bit flags */
386-
#define FBINFO_DEFAULT 0
387386
#define FBINFO_HWACCEL_DISABLED 0x0002
388387
/* When FBINFO_HWACCEL_DISABLED is set:
389388
* Hardware acceleration is turned off. Software implementations
@@ -504,8 +503,6 @@ struct fb_info {
504503
bool skip_vt_switch; /* no VT switch on suspend/resume required */
505504
};
506505

507-
#define FBINFO_FLAG_DEFAULT FBINFO_DEFAULT
508-
509506
/* This will go away
510507
* fbset currently hacks in FB_ACCELF_TEXT into var.accel_flags
511508
* when it wants to turn the acceleration engine on. This is

0 commit comments

Comments
 (0)