diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2007-05-09 05:35:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 15:30:57 -0400 |
commit | 5a87ede94595f58934000e26e8b13398e63868b5 (patch) | |
tree | e97b7e505753c8243ec10c008e9ff39e61c92d09 /drivers/video/vt8623fb.c | |
parent | 681e14730c73cc2c71af282c001de6bc71c22f00 (diff) |
svgalib: move fb_get_caps to svgalib
Move fb_get_caps() method to svgalib.c as svga_get_caps() so it can be used by
s3fb, arkfb and vt8623fb.
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/vt8623fb.c')
-rw-r--r-- | drivers/video/vt8623fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/vt8623fb.c b/drivers/video/vt8623fb.c index 8883b6f36a7a..5e9755e464a1 100644 --- a/drivers/video/vt8623fb.c +++ b/drivers/video/vt8623fb.c | |||
@@ -635,6 +635,7 @@ static struct fb_ops vt8623fb_ops = { | |||
635 | .fb_fillrect = vt8623fb_fillrect, | 635 | .fb_fillrect = vt8623fb_fillrect, |
636 | .fb_copyarea = cfb_copyarea, | 636 | .fb_copyarea = cfb_copyarea, |
637 | .fb_imageblit = vt8623fb_imageblit, | 637 | .fb_imageblit = vt8623fb_imageblit, |
638 | .fb_get_caps = svga_get_caps, | ||
638 | }; | 639 | }; |
639 | 640 | ||
640 | 641 | ||