From: Miguel Gómez Date: Fri, 6 Jul 2012 10:40:39 +0000 (+0200) Subject: Staging: xgifb: Remove unused struct _chswtable. X-Git-Tag: v3.6-rc1~100^2~331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61439fa873d98654a9f985854c634896384ee3b7;p=profile%2Fivi%2Fkernel-x86-ivi.git Staging: xgifb: Remove unused struct _chswtable. Struct _chswtable and the variable mychswtable are not used anywhere, so remove them. Signed-off-by: Miguel Gómez Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xgifb/XGI_main.h b/drivers/staging/xgifb/XGI_main.h index 1686c5a..c033da4 100644 --- a/drivers/staging/xgifb/XGI_main.h +++ b/drivers/staging/xgifb/XGI_main.h @@ -227,16 +227,6 @@ static const struct _XGI_vrate { {0, 0, 0, 0} }; -static const struct _chswtable { - int subsysVendor; - int subsysCard; - char *vendorName; - char *cardName; -} mychswtable[] = { - { 0x1631, 0x1002, "Mitachi", "0x1002" }, - { 0, 0, "" , "" } -}; - static const struct _XGI_TV_filter { u8 filter[9][4]; } XGI_TV_filter[] = {