aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_setmode.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-07-16 23:13:28 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-23 15:01:09 -0700
commitb053af16885fb5f4ebd720433271abb63ea4c7fa (patch)
treead1292182f238551a4ee515a8cbb202b2e6ebe5f /drivers/staging/xgifb/vb_setmode.h
parent6b6e6a3995435d2cf8c8c30dbfc75953ead64c35 (diff)
staging: xgifb: delete unused "HwDeviceExtension" parameters
Delete unused "HwDeviceExtension" parameters from internal functions. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb/vb_setmode.h')
-rw-r--r--drivers/staging/xgifb/vb_setmode.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/staging/xgifb/vb_setmode.h b/drivers/staging/xgifb/vb_setmode.h
index 2c0a31c8dfd..3170dd38439 100644
--- a/drivers/staging/xgifb/vb_setmode.h
+++ b/drivers/staging/xgifb/vb_setmode.h
@@ -2,10 +2,8 @@
#define _VBSETMODE_
extern void InitTo330Pointer(unsigned char, struct vb_device_info *);
-extern void XGI_UnLockCRT2(struct xgi_hw_device_info *HwDeviceExtension,
- struct vb_device_info *);
-extern void XGI_LockCRT2(struct xgi_hw_device_info *HwDeviceExtension,
- struct vb_device_info *);
+extern void XGI_UnLockCRT2(struct vb_device_info *);
+extern void XGI_LockCRT2(struct vb_device_info *);
extern void XGI_DisplayOff(struct xgifb_video_info *,
struct xgi_hw_device_info *,
struct vb_device_info *);