Skip to content

Commit d32a0b5

Browse files
Thomas Zimmermannlag-linaro
authored andcommitted
fbdev: Remove constants of unused events
The constants FB_EVENT_MODE_CHANGE and FB_EVENT_BLANK are unused. Remove them from the header file. Signed-off-by: Thomas Zimmermann <[email protected]> Acked-by: Simona Vetter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent dc2139c commit d32a0b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/linux/fb.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,12 @@ struct fb_cursor_user {
129129
* Register/unregister for framebuffer events
130130
*/
131131

132-
/* The resolution of the passed in fb_info about to change */
133-
#define FB_EVENT_MODE_CHANGE 0x01
134-
135132
#ifdef CONFIG_GUMSTIX_AM200EPD
136133
/* only used by mach-pxa/am200epd.c */
137134
#define FB_EVENT_FB_REGISTERED 0x05
138135
#define FB_EVENT_FB_UNREGISTERED 0x06
139136
#endif
140137

141-
/* A display blank is requested */
142-
#define FB_EVENT_BLANK 0x09
143-
144138
struct fb_event {
145139
struct fb_info *info;
146140
void *data;

0 commit comments

Comments
 (0)