staging: xgifb: delete XGI_OpenCRTC()
authorAaro Koskinen <aaro.koskinen@iki.fi>
Wed, 31 Aug 2011 18:45:55 +0000 (21:45 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 18:42:06 +0000 (11:42 -0700)
Delete redundant function. Also eliminates the following sparse warning:

drivers/staging/xgifb/vb_setmode.c:8033:6: warning: symbol 'XGI_OpenCRTC' was not declared. Should it be static?

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/vb_setmode.c

index 845e036bd788b014cb283e099b9450ea93f52e85..05860dabdd853081e72b7b8e32a5e8a2ad992091 100644 (file)
@@ -8030,13 +8030,6 @@ static void XGI_CloseCRTC(struct xgi_hw_device_info *HwDeviceExtension,
 
 }
 
-void XGI_OpenCRTC(struct xgi_hw_device_info *HwDeviceExtension,
-               struct vb_device_info *pVBInfo)
-{
-       unsigned short tempbx;
-       tempbx = 0;
-}
-
 void XGI_UnLockCRT2(struct xgi_hw_device_info *HwDeviceExtension,
                struct vb_device_info *pVBInfo)
 {
@@ -8745,7 +8738,6 @@ unsigned char XGISetModeNew(struct xgi_hw_device_info *HwDeviceExtension,
                XGI_GetTVInfo(ModeNo, ModeIdIndex, pVBInfo);
                XGI_GetLCDInfo(ModeNo, ModeIdIndex, pVBInfo);
                XGI_DisableBridge(HwDeviceExtension, pVBInfo);
-               /* XGI_OpenCRTC(HwDeviceExtension, pVBInfo); */
 
                if (pVBInfo->VBInfo & (SetSimuScanMode | SetCRT2ToLCDA)) {
                        XGI_SetCRT1Group(HwDeviceExtension, ModeNo,
This page took 0.02915 seconds and 5 git commands to generate.