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/arkfb.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/arkfb.c')
-rw-r--r-- | drivers/video/arkfb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/arkfb.c b/drivers/video/arkfb.c index 9288dd11dcef..ba6fede5c466 100644 --- a/drivers/video/arkfb.c +++ b/drivers/video/arkfb.c | |||
@@ -919,6 +919,7 @@ static struct fb_ops arkfb_ops = { | |||
919 | .fb_fillrect = arkfb_fillrect, | 919 | .fb_fillrect = arkfb_fillrect, |
920 | .fb_copyarea = cfb_copyarea, | 920 | .fb_copyarea = cfb_copyarea, |
921 | .fb_imageblit = arkfb_imageblit, | 921 | .fb_imageblit = arkfb_imageblit, |
922 | .fb_get_caps = svga_get_caps, | ||
922 | }; | 923 | }; |
923 | 924 | ||
924 | 925 | ||