diff options
author | David S. Miller <davem@davemloft.net> | 2005-12-12 17:41:20 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-12-12 17:41:20 -0500 |
commit | 806f7bf605bdb0f2ea2253f832943890edb85d83 (patch) | |
tree | fdae9e869f0512aae8fd32daa9f5d8fde60679ed /drivers/video/tcx.c | |
parent | 66e05225262cd9271fac13fe2fd1e9edb65e3978 (diff) |
[SBUSFB]: Kill 'list' member from foo_par structs, totally unused.
Based upon a patch from Hareesh Nagarajan.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/tcx.c')
-rw-r--r-- | drivers/video/tcx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index fe4f63f3849d..5cd78054fa7d 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c | |||
@@ -125,7 +125,6 @@ struct tcx_par { | |||
125 | int lowdepth; | 125 | int lowdepth; |
126 | 126 | ||
127 | struct sbus_dev *sdev; | 127 | struct sbus_dev *sdev; |
128 | struct list_head list; | ||
129 | }; | 128 | }; |
130 | 129 | ||
131 | /* Reset control plane so that WID is 8-bit plane. */ | 130 | /* Reset control plane so that WID is 8-bit plane. */ |