Skip to content

Commit

Permalink
staging: xgifb: rename XGINew_GetLCDDDCInfo() to XGINew_SenseLCD()
Browse files Browse the repository at this point in the history
Eliminate an unnecessary wrapper function.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent f1c2891 commit 7a809f5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions drivers/staging/xgifb/vb_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
*********************** Dynamic Sense ************************
*************************************************************/

static unsigned char
XGINew_GetLCDDDCInfo(struct xgi_hw_device_info *HwDeviceExtension,
unsigned short XGINew_SenseLCD(struct xgi_hw_device_info *HwDeviceExtension,
struct vb_device_info *pVBInfo)
{
unsigned short temp;
Expand Down Expand Up @@ -56,14 +55,3 @@ XGINew_GetLCDDDCInfo(struct xgi_hw_device_info *HwDeviceExtension,
return 1;
}
}

unsigned short XGINew_SenseLCD(struct xgi_hw_device_info *HwDeviceExtension,
struct vb_device_info *pVBInfo)
{
/* unsigned short SoftSetting ; */
unsigned short temp;

temp = XGINew_GetLCDDDCInfo(HwDeviceExtension, pVBInfo);

return temp;
}

0 comments on commit 7a809f5

Please sign in to comment.