aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/bw2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/bw2.c')
-rw-r--r--drivers/video/bw2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/bw2.c b/drivers/video/bw2.c
index f53bf3ba1278..9248fe1fbb1a 100644
--- a/drivers/video/bw2.c
+++ b/drivers/video/bw2.c
@@ -51,6 +51,9 @@ static struct fb_ops bw2_ops = {
51 .fb_imageblit = cfb_imageblit, 51 .fb_imageblit = cfb_imageblit,
52 .fb_mmap = bw2_mmap, 52 .fb_mmap = bw2_mmap,
53 .fb_ioctl = bw2_ioctl, 53 .fb_ioctl = bw2_ioctl,
54#ifdef CONFIG_COMPAT
55 .fb_compat_ioctl = sbusfb_compat_ioctl,
56#endif
54}; 57};
55 58
56/* OBio addresses for the bwtwo registers */ 59/* OBio addresses for the bwtwo registers */
@@ -118,7 +121,6 @@ struct bw2_par {
118 unsigned long fbsize; 121 unsigned long fbsize;
119 122
120 struct sbus_dev *sdev; 123 struct sbus_dev *sdev;
121 struct list_head list;
122}; 124};
123 125
124/** 126/**