From: Aaro Koskinen Date: Sun, 4 Nov 2012 19:14:48 +0000 (+0200) Subject: staging: xgifb: vb_init.h: delete redundant declaration X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=bdb381ec74de49cf4d3f391d2680616a80410fce;p=linux-edison.git staging: xgifb: vb_init.h: delete redundant declaration XGI21_LCDCapList does not exist. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xgifb/vb_init.h b/drivers/staging/xgifb/vb_init.h index a27b4fe0bb7..d5489832254 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