diff options
author | Miguel Gómez <magomez@igalia.com> | 2012-07-06 12:40:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-11 16:59:28 -0700 |
commit | 61439fa873d98654a9f985854c634896384ee3b7 (patch) | |
tree | 5d24a0c3fd41cc0bb384eb237db3e5d0e1ab74b6 /drivers | |
parent | 469b43c0a67d14c3c87fa87907999d1894156015 (diff) | |
download | blackbird-op-linux-61439fa873d98654a9f985854c634896384ee3b7.tar.gz blackbird-op-linux-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')
-rw-r--r-- | drivers/staging/xgifb/XGI_main.h | 10 |
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[] = { |