diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-07 19:14:20 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-07 19:14:20 -0500 |
commit | 24bfb00123e82a2e70bd115277d922438813515b (patch) | |
tree | 27328b8a5718e16d64e2d101f4b7ddcad5930aed /drivers/video/pmagb-b-fb.c | |
parent | c6135234550ed89a6fd0e8cb229633967e41d649 (diff) | |
parent | 3f00d3e8fb963968a922d821a9a53b503b687e81 (diff) |
Merge ../linux-2.6
Diffstat (limited to 'drivers/video/pmagb-b-fb.c')
-rw-r--r-- | drivers/video/pmagb-b-fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/pmagb-b-fb.c b/drivers/video/pmagb-b-fb.c index a483b13e117b..25148de5fe67 100644 --- a/drivers/video/pmagb-b-fb.c +++ b/drivers/video/pmagb-b-fb.c | |||
@@ -132,7 +132,6 @@ static struct fb_ops pmagbbfb_ops = { | |||
132 | .fb_fillrect = cfb_fillrect, | 132 | .fb_fillrect = cfb_fillrect, |
133 | .fb_copyarea = cfb_copyarea, | 133 | .fb_copyarea = cfb_copyarea, |
134 | .fb_imageblit = cfb_imageblit, | 134 | .fb_imageblit = cfb_imageblit, |
135 | .fb_cursor = soft_cursor, | ||
136 | }; | 135 | }; |
137 | 136 | ||
138 | 137 | ||