summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb
diff options
context:
space:
mode:
authorBill Pemberton2010-06-17 19:10:56 +0200
committerGreg Kroah-Hartman2010-06-22 23:33:36 +0200
commit6eed8dc793c3122471c8dc9a12e331386b783141 (patch)
treef77ed1c59d380119d788e1e99456702b33b2c160 /drivers/staging/xgifb
parentStaging: xgifb: remove __KERNEL__ #ifdef in XGIfb.h (diff)
downloadkernel-qcow2-linux-6eed8dc793c3122471c8dc9a12e331386b783141.tar.gz
kernel-qcow2-linux-6eed8dc793c3122471c8dc9a12e331386b783141.tar.xz
kernel-qcow2-linux-6eed8dc793c3122471c8dc9a12e331386b783141.zip
Staging: xgifb: remove externs in XGI_accel.c
Remove 2 extern variables definations from XGI_accel.c that were defined in other .h files. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Arnaud Patard <apatard@mandriva.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r--drivers/staging/xgifb/XGI_accel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/xgifb/XGI_accel.c b/drivers/staging/xgifb/XGI_accel.c
index feda029fa82a..79549742cff1 100644
--- a/drivers/staging/xgifb/XGI_accel.c
+++ b/drivers/staging/xgifb/XGI_accel.c
@@ -48,10 +48,6 @@
#include "XGIfb.h"
#include "XGI_accel.h"
-
-extern struct video_info xgi_video_info;
-extern int XGIfb_accel;
-
static const int XGIALUConv[] =
{
0x00, /* dest = 0; 0, GXclear, 0 */