diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index d31cb682e173..c10e71efb8f5 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
| @@ -607,6 +607,7 @@ struct fb_deferred_io { | |||
| 607 | struct mutex lock; /* mutex that protects the page list */ | 607 | struct mutex lock; /* mutex that protects the page list */ |
| 608 | struct list_head pagelist; /* list of touched pages */ | 608 | struct list_head pagelist; /* list of touched pages */ |
| 609 | /* callback */ | 609 | /* callback */ |
| 610 | void (*first_io)(struct fb_info *info); | ||
| 610 | void (*deferred_io)(struct fb_info *info, struct list_head *pagelist); | 611 | void (*deferred_io)(struct fb_info *info, struct list_head *pagelist); |
| 611 | }; | 612 | }; |
| 612 | #endif | 613 | #endif |
