aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/tdfx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/tdfx.h b/include/video/tdfx.h
index e6ab66fc7fc8..451bd46bd380 100644
--- a/include/video/tdfx.h
+++ b/include/video/tdfx.h
@@ -167,8 +167,6 @@ struct banshee_reg {
167 unsigned long clip0max; 167 unsigned long clip0max;
168 unsigned long clip1min; 168 unsigned long clip1min;
169 unsigned long clip1max; 169 unsigned long clip1max;
170 unsigned long srcbase;
171 unsigned long dstbase;
172 unsigned long miscinit0; 170 unsigned long miscinit0;
173}; 171};
174 172
@@ -177,7 +175,6 @@ struct tdfx_par {
177 u32 palette[16]; 175 u32 palette[16];
178 void __iomem *regbase_virt; 176 void __iomem *regbase_virt;
179 unsigned long iobase; 177 unsigned long iobase;
180 u32 baseline;
181 178
182 struct { 179 struct {
183 int w, u, d; 180 int w, u, d;