aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
Diffstat (limited to 'include/video')
-rw-r--r--include/video/tdfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/tdfx.h b/include/video/tdfx.h
index 8a2bb91399ce..05b63c2a5abc 100644
--- a/include/video/tdfx.h
+++ b/include/video/tdfx.h
@@ -175,6 +175,7 @@ struct tdfx_par {
175 u32 palette[16]; 175 u32 palette[16];
176 void __iomem *regbase_virt; 176 void __iomem *regbase_virt;
177 unsigned long iobase; 177 unsigned long iobase;
178 int mtrr_handle;
178}; 179};
179 180
180#endif /* __KERNEL__ */ 181#endif /* __KERNEL__ */