aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/XGI_main.h
diff options
context:
space:
mode:
authorMiguel Gómez <magomez@igalia.com>2012-07-06 12:40:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-11 16:59:28 -0700
commit61439fa873d98654a9f985854c634896384ee3b7 (patch)
tree5d24a0c3fd41cc0bb384eb237db3e5d0e1ab74b6 /drivers/staging/xgifb/XGI_main.h
parentStaging: xgifb: Remove LCDA detection in xgifb_probe(). (diff)
downloadlinux-dev-61439fa873d98654a9f985854c634896384ee3b7.tar.xz
linux-dev-61439fa873d98654a9f985854c634896384ee3b7.zip
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 <magomez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb/XGI_main.h')
-rw-r--r--drivers/staging/xgifb/XGI_main.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/xgifb/XGI_main.h b/drivers/staging/xgifb/XGI_main.h
index 1686c5acda13..c033da408a58 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[] = {