summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/XGI_accel.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2011-02-28 20:59:21 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-28 15:21:17 -0800
commit85c3c562aa52d863e286049973cd508deb9f869a (patch)
treedd8bfaeb3721c75717034f109e3d63864edefd42 /drivers/staging/xgifb/XGI_accel.h
parenta2396dfc63d4b133d0b820db978065367529f6ac (diff)
staging: xgifb: eliminate fbcon_XGI_copyarea()
fbcon_XGI_copyarea() implementation is trivial and can be replaced with cfb_copyarea(). Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb/XGI_accel.h')
-rw-r--r--drivers/staging/xgifb/XGI_accel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/xgifb/XGI_accel.h b/drivers/staging/xgifb/XGI_accel.h
index 6cecdf7ca2e2..836ee40cbf7f 100644
--- a/drivers/staging/xgifb/XGI_accel.h
+++ b/drivers/staging/xgifb/XGI_accel.h
@@ -479,7 +479,5 @@ int fbcon_XGI_sync(struct fb_info *info);
extern struct video_info xgi_video_info;
void fbcon_XGI_fillrect(struct fb_info *info, const struct fb_fillrect *rect);
-void fbcon_XGI_copyarea(struct fb_info *info, const struct fb_copyarea *area);
-
#endif