aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/tdfx.h
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2007-10-16 01:28:49 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 09:43:15 -0700
commit0960bd3db199d73b07e4d266949dcdd6dda10d54 (patch)
tree7a19b2424d64077d5702bb4495f79f5fe0acc2be /include/video/tdfx.h
parenttdfxfb: hardware cursor (diff)
downloadlinux-dev-0960bd3db199d73b07e4d266949dcdd6dda10d54.tar.xz
linux-dev-0960bd3db199d73b07e4d266949dcdd6dda10d54.zip
tdfxfb: mtrr support
This patch adds mtrr support to the tdfxfb driver. It also kills one redundant include and initialization value. [akpm@linux-foundation.org: cleanups] Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video/tdfx.h')
-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 {
u32 palette[16];
void __iomem *regbase_virt;
unsigned long iobase;
+ int mtrr_handle;
};
#endif /* __KERNEL__ */