aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/cg3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/cg3.c')
-rw-r--r--drivers/video/cg3.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/cg3.c b/drivers/video/cg3.c
index b94eee8c42d5..9fcd89608ed7 100644
--- a/drivers/video/cg3.c
+++ b/drivers/video/cg3.c
@@ -50,6 +50,9 @@ static struct fb_ops cg3_ops = {
50 .fb_imageblit = cfb_imageblit, 50 .fb_imageblit = cfb_imageblit,
51 .fb_mmap = cg3_mmap, 51 .fb_mmap = cg3_mmap,
52 .fb_ioctl = cg3_ioctl, 52 .fb_ioctl = cg3_ioctl,
53#ifdef CONFIG_COMPAT
54 .fb_compat_ioctl = sbusfb_compat_ioctl,
55#endif
53}; 56};
54 57
55 58
@@ -121,7 +124,6 @@ struct cg3_par {
121 unsigned long fbsize; 124 unsigned long fbsize;
122 125
123 struct sbus_dev *sdev; 126 struct sbus_dev *sdev;
124 struct list_head list;
125}; 127};
126 128
127/** 129/**