diff options
Diffstat (limited to 'drivers/video/ffb.c')
-rw-r--r-- | drivers/video/ffb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/ffb.c b/drivers/video/ffb.c index 04417dc16c2e..c4870d559afc 100644 --- a/drivers/video/ffb.c +++ b/drivers/video/ffb.c | |||
@@ -57,6 +57,9 @@ static struct fb_ops ffb_ops = { | |||
57 | .fb_sync = ffb_sync, | 57 | .fb_sync = ffb_sync, |
58 | .fb_mmap = ffb_mmap, | 58 | .fb_mmap = ffb_mmap, |
59 | .fb_ioctl = ffb_ioctl, | 59 | .fb_ioctl = ffb_ioctl, |
60 | #ifdef CONFIG_COMPAT | ||
61 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
62 | #endif | ||
60 | }; | 63 | }; |
61 | 64 | ||
62 | /* Register layout and definitions */ | 65 | /* Register layout and definitions */ |
@@ -356,7 +359,6 @@ struct ffb_par { | |||
356 | int prom_parent_node; | 359 | int prom_parent_node; |
357 | int dac_rev; | 360 | int dac_rev; |
358 | int board_type; | 361 | int board_type; |
359 | struct list_head list; | ||
360 | }; | 362 | }; |
361 | 363 | ||
362 | static void FFBFifo(struct ffb_par *par, int n) | 364 | static void FFBFifo(struct ffb_par *par, int n) |