diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:07:12 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:07:12 -0500 |
commit | a892acacd3a8546ac161526522f13b5174f2c471 (patch) | |
tree | ee6d36f27f1388989ebfcabf90253fb7194112ac /drivers/video/hitfb.c | |
parent | 193515d51ccb363165d6b09e9ba5c21089e34bad (diff) | |
parent | 330d57fb98a916fa8e1363846540dd420e99499a (diff) |
Merge branch 'master'
Diffstat (limited to 'drivers/video/hitfb.c')
-rw-r--r-- | drivers/video/hitfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/hitfb.c b/drivers/video/hitfb.c index 0d376ba54814..f04ca721f94c 100644 --- a/drivers/video/hitfb.c +++ b/drivers/video/hitfb.c | |||
@@ -262,7 +262,6 @@ static struct fb_ops hitfb_ops = { | |||
262 | .fb_fillrect = hitfb_fillrect, | 262 | .fb_fillrect = hitfb_fillrect, |
263 | .fb_copyarea = hitfb_copyarea, | 263 | .fb_copyarea = hitfb_copyarea, |
264 | .fb_imageblit = cfb_imageblit, | 264 | .fb_imageblit = cfb_imageblit, |
265 | .fb_cursor = soft_cursor, | ||
266 | }; | 265 | }; |
267 | 266 | ||
268 | int __init hitfb_init(void) | 267 | int __init hitfb_init(void) |