projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469b43c
)
Staging: xgifb: Remove unused struct _chswtable.
author
Miguel Gómez
<magomez@igalia.com>
Fri, 6 Jul 2012 10:40:39 +0000
(12:40 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 11 Jul 2012 23:59:28 +0000
(16:59 -0700)
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>
drivers/staging/xgifb/XGI_main.h
patch
|
blob
|
history
diff --git
a/drivers/staging/xgifb/XGI_main.h
b/drivers/staging/xgifb/XGI_main.h
index
1686c5a
..
c033da4
100644
(file)
--- 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[] = {