diff options
author | David S. Miller <davem@davemloft.net> | 2005-12-12 14:41:20 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-12-12 14:41:20 -0800 |
commit | 806f7bf605bdb0f2ea2253f832943890edb85d83 (patch) | |
tree | fdae9e869f0512aae8fd32daa9f5d8fde60679ed /drivers/video/tcx.c | |
parent | 66e05225262cd9271fac13fe2fd1e9edb65e3978 (diff) | |
download | op-kernel-dev-806f7bf605bdb0f2ea2253f832943890edb85d83.zip op-kernel-dev-806f7bf605bdb0f2ea2253f832943890edb85d83.tar.gz |
[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 fe4f63f..5cd7805 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c @@ -125,7 +125,6 @@ struct tcx_par { int lowdepth; struct sbus_dev *sdev; - struct list_head list; }; /* Reset control plane so that WID is 8-bit plane. */ |