diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2012-11-04 23:14:48 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-14 00:54:19 +0400 |
commit | bdb381ec74de49cf4d3f391d2680616a80410fce (patch) | |
tree | 866bd1bd5c47522480f70e9c3aca35996a4e6516 /drivers/staging/xgifb | |
parent | bdc9eb142cedda1dad47cea8b4112d5f03913ed2 (diff) | |
download | linux-bdb381ec74de49cf4d3f391d2680616a80410fce.tar.xz |
staging: xgifb: vb_init.h: delete redundant declaration
XGI21_LCDCapList does not exist.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r-- | drivers/staging/xgifb/vb_init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/vb_init.h b/drivers/staging/xgifb/vb_init.h index a27b4fe0bb7b..d54898322548 100644 --- a/drivers/staging/xgifb/vb_init.h +++ b/drivers/staging/xgifb/vb_init.h @@ -1,6 +1,5 @@ #ifndef _VBINIT_ #define _VBINIT_ extern unsigned char XGIInitNew(struct pci_dev *pdev); -extern struct XGI21_LVDSCapStruct XGI21_LCDCapList[13]; #endif |