]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Staging: xgifb: Remove unused spinlock in struct video_info
authorJavier Martinez Canillas <martinez.javier@gmail.com>
Mon, 21 Feb 2011 17:16:44 +0000 (18:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Feb 2011 22:19:33 +0000 (14:19 -0800)
xgifb framebuffer driver had an option to use an accelerator engine that never
got used (XGIfb_accel was always 0).

An earlier patchset removed the code relevant to the accelerator.
Since this spinlock was used only for that code, it can be deleted as well.

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Acked-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/XGIfb.h

index bb4640abda98ec8e8634663b4a689fde7baa2148..b6715ba9b681899d792f844b393e3367610e512a 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef _LINUX_XGIFB
 #define _LINUX_XGIFB
-#include <linux/spinlock.h>
 #include <asm/ioctl.h>
 #include <asm/types.h>
 
@@ -190,8 +189,6 @@ struct video_info{
         unsigned long  XGI310_AccelDepth;
         unsigned long  CommandReg;
 
-        spinlock_t     lockaccel;
-
         unsigned int   pcibus;
         unsigned int   pcislot;
         unsigned int   pcifunc;