From 90b0f08536531abbbe7b5d4944792da08cadde01 Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Tue, 16 Oct 2007 01:28:48 -0700 Subject: tdfxfb: hardware cursor This patch adds hardware cursor support to the tdfxfb driver. Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/video/tdfx.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/video') diff --git a/include/video/tdfx.h b/include/video/tdfx.h index 451bd46bd38..8a2bb91399c 100644 --- a/include/video/tdfx.h +++ b/include/video/tdfx.h @@ -175,14 +175,6 @@ struct tdfx_par { u32 palette[16]; void __iomem *regbase_virt; unsigned long iobase; - - struct { - int w, u, d; - unsigned long enable, disable; - struct timer_list timer; - } hwcursor; - - spinlock_t DAClock; }; #endif /* __KERNEL__ */ -- cgit v1.2.3