Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281067
b: refs/heads/master
c: 7a809f5
h: refs/heads/master
i:
  281065: 8f69914
  281063: b40b59a
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent c0eac62 commit e6da8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1c289115a12c75d5444c1589a2e1cb00a766bd4
refs/heads/master: 7a809f5c209d2fc48e2fdbc3a6307f3ed1b36e27
14 changes: 1 addition & 13 deletions trunk/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 e6da8f7

Please sign in to comment.